aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-12-06 18:33:49 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-12-06 18:33:49 +0000
commit9c863db0d9d5bad152d823f6fffa9d8964e0a598 (patch)
tree9f8f053cc4dbbdb6409a22fb972bb2bc2dff135a /packet-ipv6.h
parenta76ce4a97abb870085dc7578b6bdc3f54e17e65c (diff)
Remove #include "globals.h" from packet-atalk.c (not needed) and from
packet-ipv6.h. Of all the files that include packet-ipv6.h, only ipproto.c needs "globals.h", so I put the #include in ipproto.c svn path=/trunk/; revision=1229
Diffstat (limited to 'packet-ipv6.h')
-rw-r--r--packet-ipv6.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-ipv6.h b/packet-ipv6.h
index 2ca75968ee..57cd880942 100644
--- a/packet-ipv6.h
+++ b/packet-ipv6.h
@@ -1,7 +1,7 @@
/* packet-ipv6.h
* Definitions for IPv6 packet disassembly
*
- * $Id: packet-ipv6.h,v 1.9 1999/11/18 01:45:05 guy Exp $
+ * $Id: packet-ipv6.h,v 1.10 1999/12/06 18:33:49 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -26,10 +26,6 @@
#ifndef __PACKET_IPV6_H_DEFINED__
#define __PACKET_IPV6_H_DEFINED__
-#ifndef __GLOBALS_H__
-#include "globals.h"
-#endif
-
struct e_in6_addr {
union {
guint32 u6_addr32[4];