aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-30 23:07:12 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-30 23:07:12 +0000
commit5feac9e72abe8084512bdd36959c748bcd9ed2aa (patch)
tree42de1d64aa794e26189f8db230af85ece78a2dd6 /packet-ipv6.c
parent0e12636ce2c984762b03005a3984fc93f6685a66 (diff)
"packet-ipv6.c" doesn't need anything from "packet-tcp.h" or
"packet-udp.h", so it shouldn't #include them. svn path=/trunk/; revision=3983
Diffstat (limited to 'packet-ipv6.c')
-rw-r--r--packet-ipv6.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-ipv6.c b/packet-ipv6.c
index 5288f8f424..6d7cf9399a 100644
--- a/packet-ipv6.c
+++ b/packet-ipv6.c
@@ -1,7 +1,7 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
- * $Id: packet-ipv6.c,v 1.62 2001/09/04 21:04:51 guy Exp $
+ * $Id: packet-ipv6.c,v 1.63 2001/09/30 23:07:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -47,8 +47,6 @@
#include "packet-ip.h"
#include "packet-ipsec.h"
#include "packet-ipv6.h"
-#include "packet-tcp.h"
-#include "packet-udp.h"
#include "resolv.h"
#include "prefs.h"
#include "reassemble.h"