From 84aef00badab1fbcc1429b138e583b2245673e17 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 30 Apr 2006 01:47:58 +0000 Subject: Move the file selection dialog routines to file_dlg.c, and give it a header file. #if 0 out some includes; if none of the builds have a problem with that, I'll remove them. svn path=/trunk/; revision=18036 --- gtk/proto_draw.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/proto_draw.c') diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c index d65c48559b..4080946fc6 100644 --- a/gtk/proto_draw.c +++ b/gtk/proto_draw.c @@ -59,7 +59,10 @@ #include "capture_file_dlg.h" #include "proto_draw.h" #include "packet_win.h" +#if 0 #include "dlg_utils.h" +#endif +#include "file_dlg.h" #include "gui_utils.h" #include "gtkglobals.h" #include "compat_macros.h" -- cgit v1.2.3