aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 18:11:01 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 18:11:01 +0000
commit22eef1927d6cb34d930887603263a89949ac615f (patch)
treeb04ba2935f6393e21055221539cd0cc8e3def42f /packet-gre.c
parente1142780e6b92a07d754f79dc350271216ca7a88 (diff)
Get rid of an unnecessary include.
svn path=/trunk/; revision=3370
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"