aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 18:11:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 18:11:01 +0000
commit05183f294479b0632ae8daf396a93ef3907253e6 (patch)
treeb04ba2935f6393e21055221539cd0cc8e3def42f /packet-gre.c
parent3b34fa41d28a42be3b0c38d0904ed1aaca049d68 (diff)
Get rid of an unnecessary include.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3370 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-gre.c')
-rw-r--r--packet-gre.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-gre.c b/packet-gre.c
index 546d608046..11a71b6f72 100644
--- a/packet-gre.c
+++ b/packet-gre.c
@@ -2,7 +2,7 @@
* Routines for the Generic Routing Encapsulation (GRE) protocol
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-gre.c,v 1.42 2001/04/23 17:51:33 guy Exp $
+ * $Id: packet-gre.c,v 1.43 2001/04/23 18:11:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,6 @@
#endif
#include <glib.h>
#include "packet.h"
-#include "packet-ipx.h"
#include "packet-wccp.h"
#include "in_cksum.h"
#include "etypes.h"