aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/file_dlg.c')
-rw-r--r--gtk/file_dlg.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index 3a268c0598..f90bb45d28 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -1,7 +1,7 @@
/* file_dlg.c
* Dialog boxes for handling files
*
- * $Id: file_dlg.c,v 1.50 2002/08/28 21:03:47 jmayer Exp $
+ * $Id: file_dlg.c,v 1.51 2002/09/05 18:47:45 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,17 +26,7 @@
#include "config.h"
#endif
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#ifdef HAVE_DIRECT_H
-#include <direct.h>
-#endif
-
-#include <string.h>
-
-#include <glib.h>
+#include <gtk/gtk.h>
#include <epan/filesystem.h>