aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pop.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-pop.c
parent8cdb786ae90e0736a12d864be11add31006a7e23 (diff)
downloadwireshark-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-pop.c')
-rw-r--r--packet-pop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-pop.c b/packet-pop.c
index 647be2761e..ec8a62bffb 100644
--- a/packet-pop.c
+++ b/packet-pop.c
@@ -2,7 +2,7 @@
* Routines for pop packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-pop.c,v 1.6 1999/08/18 00:57:52 guy Exp $
+ * $Id: packet-pop.c,v 1.7 1999/08/24 17:26:13 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -42,7 +42,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
static int proto_pop = -1;