diff options
author | Ed Warnicke <hagbard@physics.rutgers.edu> | 2001-03-31 22:36:21 +0000 |
---|---|---|
committer | Ed Warnicke <hagbard@physics.rutgers.edu> | 2001-03-31 22:36:21 +0000 |
commit | a73d0998376a52e15e021b698aa51da212f5451b (patch) | |
tree | 834efe6ae45a4dd57b1ee7152c7684627eb65974 /epan/plugins.h | |
parent | 734e90404503f106ae8c1847df78ddf08e9aa7b5 (diff) | |
download | wireshark-a73d0998376a52e15e021b698aa51da212f5451b.tar.gz wireshark-a73d0998376a52e15e021b698aa51da212f5451b.tar.bz2 wireshark-a73d0998376a52e15e021b698aa51da212f5451b.zip |
removed #include "prefs.h" from epan/plugins.h
svn path=/trunk/; revision=3216
Diffstat (limited to 'epan/plugins.h')
-rw-r--r-- | epan/plugins.h | 3 |
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 */ |