aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 06:58:42 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 06:58:42 +0000
commit80de78aaaddbc25ba810d09f19ffa150bdb53626 (patch)
treec2d57f3f09f390d02b5d7f3b14536d6028f48cc7 /gtk/file_dlg.c
parent2cad7bc3463cf1fabd9c87ee18f86555d423e6ab (diff)
Move the declarations of the routines in "gtk/file_dlg.c" out of
"gtk/main.h" and into a new "gtk/file_dlg.h" file. svn path=/trunk/; revision=1620
Diffstat (limited to 'gtk/file_dlg.c')
-rw-r--r--gtk/file_dlg.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index 183c3a76d6..32de6d755b 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.19 2000/02/12 06:46:52 guy Exp $
+ * $Id: file_dlg.c,v 1.20 2000/02/12 06:58:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -58,9 +58,7 @@
#include "menu.h"
#endif
-#ifndef __MAIN_H__
-#include "main.h"
-#endif
+#include "file_dlg.h"
#ifndef __UTIL_H__
#include "util.h"