summaryrefslogtreecommitdiff
path: root/gtk/filter_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 15:55:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 15:55:27 +0000
commit72faa680b8eb1477e7e9819b777d464ee35a3220 (patch)
tree366b3fcd0767da7df5214058dbb5a03f5ca75c09 /gtk/filter_dlg.c
parent875e4ed653e4edd01ca1f279311c60b5c8cfeb81 (diff)
downloadwireshark-72faa680b8eb1477e7e9819b777d464ee35a3220.tar.gz
move statusbar related code from main.c into it's own main_statusbar.c
svn path=/trunk/; revision=24937
Diffstat (limited to 'gtk/filter_dlg.c')
-rw-r--r--gtk/filter_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/filter_dlg.c b/gtk/filter_dlg.c
index 5f59ca54ca..af75bb0f4e 100644
--- a/gtk/filter_dlg.c
+++ b/gtk/filter_dlg.c
@@ -33,7 +33,8 @@
#include <epan/filesystem.h>
#include "filters.h"
-#include "gtk/main.h"
+#include "main.h"
+#include "main_statusbar.h"
#include "filter_dlg.h"
#include "dlg_utils.h"
#include "gui_utils.h"