summaryrefslogtreecommitdiff
path: root/ui/gtk/follow_stream.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
commitdacb4133e82536f4b46c4f15604a8501bf089ede (patch)
tree72d17edb279bbec629604b20580b8bb93f7e6091 /ui/gtk/follow_stream.c
parent0299bdbc62e2a0ed182bd3476cac9c5ca9c365ce (diff)
downloadwireshark-dacb4133e82536f4b46c4f15604a8501bf089ede.tar.gz
Restructure the recent file code so that recent.c is GUI-independent;
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
Diffstat (limited to 'ui/gtk/follow_stream.c')
-rw-r--r--ui/gtk/follow_stream.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/gtk/follow_stream.c b/ui/gtk/follow_stream.c
index 32c12ccbfd..5d97ff0b78 100644
--- a/ui/gtk/follow_stream.c
+++ b/ui/gtk/follow_stream.c
@@ -41,10 +41,13 @@
#include <epan/prefs.h>
#include <epan/charsets.h>
-#include <ui/alert_box.h>
#include <../isprint.h>
#include <../print.h>
+
+#include <ui/alert_box.h>
+#include <ui/last_open_dir.h>
#include <ui/simple_dialog.h>
+
#include <wsutil/file_util.h>
#include "ui/gtk/color_utils.h"