diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-24 17:26:16 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-24 17:26:16 +0000 |
commit | cb1e32da97355b266903f020ce6ebfeca2a77843 (patch) | |
tree | bfddafd5e481a61c1d46f050142874083bfc647f /packet-tr.c | |
parent | 8cdb786ae90e0736a12d864be11add31006a7e23 (diff) | |
download | wireshark-cb1e32da97355b266903f020ce6ebfeca2a77843.tar.gz wireshark-cb1e32da97355b266903f020ce6ebfeca2a77843.tar.bz2 wireshark-cb1e32da97355b266903f020ce6ebfeca2a77843.zip |
Removed unnecessary #include "etypes.h" lines.
svn path=/trunk/; revision=565
Diffstat (limited to 'packet-tr.c')
-rw-r--r-- | packet-tr.c | 3 |
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; |