aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-24 17:26:16 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-24 17:26:16 +0000
commitcb1e32da97355b266903f020ce6ebfeca2a77843 (patch)
treebfddafd5e481a61c1d46f050142874083bfc647f /packet-tr.c
parent8cdb786ae90e0736a12d864be11add31006a7e23 (diff)
Removed unnecessary #include "etypes.h" lines.
svn path=/trunk/; revision=565
Diffstat (limited to 'packet-tr.c')
-rw-r--r--packet-tr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-tr.c b/packet-tr.c
index 7553b047f8..667f038dac 100644
--- a/packet-tr.c
+++ b/packet-tr.c
@@ -2,7 +2,7 @@
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-tr.c,v 1.20 1999/08/20 06:55:06 guy Exp $
+ * $Id: packet-tr.c,v 1.21 1999/08/24 17:26:15 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -35,7 +35,6 @@
#include <stdio.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
static int proto_tr = -1;
static int hf_tr_dst = -1;