aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.h
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-03-31 22:36:21 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-03-31 22:36:21 +0000
commita73d0998376a52e15e021b698aa51da212f5451b (patch)
tree834efe6ae45a4dd57b1ee7152c7684627eb65974 /epan/plugins.h
parent734e90404503f106ae8c1847df78ddf08e9aa7b5 (diff)
removed #include "prefs.h" from epan/plugins.h
svn path=/trunk/; revision=3216
Diffstat (limited to 'epan/plugins.h')
-rw-r--r--epan/plugins.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/plugins.h b/epan/plugins.h
index 3fac5a8866..a780acd3ea 100644
--- a/epan/plugins.h
+++ b/epan/plugins.h
@@ -1,7 +1,7 @@
/* plugins.h
* definitions for plugins structures
*
- * $Id: plugins.h,v 1.7 2001/01/31 05:41:57 guy Exp $
+ * $Id: plugins.h,v 1.8 2001/03/31 22:36:21 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,7 +30,6 @@
#include <gmodule.h>
#include "packet.h"
-#include "prefs.h"
typedef struct _plugin {
GModule *handle; /* handle returned by dlopen */