aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-05 18:48:52 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-05 18:48:52 +0000
commit37dbdad3343c385b8ddf0b6f8acfb15eeb477a20 (patch)
tree55aa5c9290a80e3664c89daaddc5183334a6ee25 /gtk/plugins_dlg.c
parentef12a43092d321d46814fdf192746407b5660d8d (diff)
Include cleanups in gtk and gtk2:
Remove unneded includes Add include wrappers where missing git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6191 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/plugins_dlg.c')
-rw-r--r--gtk/plugins_dlg.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/plugins_dlg.c b/gtk/plugins_dlg.c
index 92725c71d9..77400eceaa 100644
--- a/gtk/plugins_dlg.c
+++ b/gtk/plugins_dlg.c
@@ -1,7 +1,7 @@
/* plugins_dlg.c
* Dialog boxes for plugins
*
- * $Id: plugins_dlg.c,v 1.25 2002/08/02 22:34:54 jmayer Exp $
+ * $Id: plugins_dlg.c,v 1.26 2002/09/05 18:47:47 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,10 +26,6 @@
#include "config.h"
#endif
-#include <errno.h>
-
-#include <stdlib.h>
-#include <string.h>
#include <gtk/gtk.h>
#include "globals.h"