aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ddtp.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-01-04 04:44:02 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-01-04 04:44:02 +0000
commitbb6df3b8c22095f3ca90518a2654840b522e690e (patch)
tree9124f77a3fe01e7be64a4108d44c29888b05628e /packet-ddtp.c
parent38d2f3afc316f3e8a6e58cd972e41b6d0dcc17c9 (diff)
Doesn't need #include "dfilter.h"
svn path=/trunk/; revision=2823
Diffstat (limited to 'packet-ddtp.c')
-rw-r--r--packet-ddtp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ddtp.c b/packet-ddtp.c
index cd4a5325c9..3f6b7dafe1 100644
--- a/packet-ddtp.c
+++ b/packet-ddtp.c
@@ -3,7 +3,7 @@
* see http://ddt.sourceforge.net/
* Olivier Abad <oabad@cybercable.fr>
*
- * $Id: packet-ddtp.c,v 1.12 2001/01/03 06:55:27 guy Exp $
+ * $Id: packet-ddtp.c,v 1.13 2001/01/04 04:44:02 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -43,7 +43,6 @@
# include <netinet/in.h>
#endif
#include "packet.h"
-#include "dfilter.h"
#include "packet-ddtp.h"
static int proto_ddtp = -1;