aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-01-04 04:56:20 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-01-04 04:56:20 +0000
commitfd7367e9b2f6f0a1bf5af3dd7e982d1092d058de (patch)
tree827195ceedcefc7fb9f3ea0086dcbae93fe07960 /plugins/gryphon
parentbb6df3b8c22095f3ca90518a2654840b522e690e (diff)
Doesn't need #include "dfilter.h"
svn path=/trunk/; revision=2824
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/packet-gryphon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index a328c7ee8f..3d16cef8b4 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -1,7 +1,7 @@
/* packet-gryphon.c
* Routines for Gryphon protocol packet disassembly
*
- * $Id: packet-gryphon.c,v 1.17 2001/01/03 06:56:02 guy Exp $
+ * $Id: packet-gryphon.c,v 1.18 2001/01/04 04:56:20 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Steve Limkemann <stevelim@dgtech.com>
@@ -46,7 +46,6 @@
# include <netinet/in.h>
#endif
#include "packet.h"
-#include "dfilter.h"
#include "packet-gryphon.h"
G_MODULE_EXPORT const gchar version[] = VERSION;