aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ripng.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 18:19:03 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 18:19:03 +0000
commit2cadc3ba3af61ce1ae6604f649f4e37af0c10d18 (patch)
tree4494a315a892da683d65a4feb04bcaeb6dcbc15a /packet-ripng.c
parent22eef1927d6cb34d930887603263a89949ac615f (diff)
Get rid of some unnecessary includes.
Fix up Gerald's e-mail address. svn path=/trunk/; revision=3371
Diffstat (limited to 'packet-ripng.c')
-rw-r--r--packet-ripng.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-ripng.c b/packet-ripng.c
index 5b34393050..6deb560f34 100644
--- a/packet-ripng.c
+++ b/packet-ripng.c
@@ -3,10 +3,10 @@
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
* derived from packet-rip.c
*
- * $Id: packet-ripng.c,v 1.18 2001/01/22 08:03:45 guy Exp $
+ * $Id: packet-ripng.c,v 1.19 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -38,7 +38,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "packet-ipv6.h"
#include "packet-ripng.h"
#ifndef offsetof