aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gtk_iface_monitor.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-01 22:32:14 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-01 22:32:14 +0000
commitbd855826a9b15000f8ebf5451b42360abbc4684f (patch)
tree585c4eb093bfa4bca7d05818d07e32df4236322e /ui/gtk/gtk_iface_monitor.c
parent51fd116d6d5f868839db80d43483f30671dfef0f (diff)
Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave the
GTK+-specific parts behind in capture_dlg.c. svn path=/trunk/; revision=44196
Diffstat (limited to 'ui/gtk/gtk_iface_monitor.c')
-rw-r--r--ui/gtk/gtk_iface_monitor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/gtk/gtk_iface_monitor.c b/ui/gtk/gtk_iface_monitor.c
index bb64d7676a..99aaa4e95a 100644
--- a/ui/gtk/gtk_iface_monitor.c
+++ b/ui/gtk/gtk_iface_monitor.c
@@ -36,8 +36,10 @@
#include "capture_opts.h"
-#include "ui/gtk/iface_lists.h"
+#include "ui/iface_lists.h"
+
#include "ui/gtk/capture_globals.h"
+#include "ui/gtk/capture_dlg.h"
GIOChannel *iface_mon_channel;