aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 01:54:20 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 01:54:20 +0000
commit1f24f62b368963eb39ec23ccda14de5302b2fc6f (patch)
tree8276b8ca88d10ac4d2e6c13297677de784c6ff5d /gtk/follow_stream.c
parentecf4e1ad3dd8479eea25fa9d95c20411a110c140 (diff)
sort #includes by directories
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24968 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/follow_stream.c')
-rw-r--r--gtk/follow_stream.c25
1 files changed, 13 insertions, 12 deletions
diff --git a/gtk/follow_stream.c b/gtk/follow_stream.c
index 75fea03b68..074ea8c5e6 100644
--- a/gtk/follow_stream.c
+++ b/gtk/follow_stream.c
@@ -27,18 +27,26 @@
# include "config.h"
#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#include <ctype.h>
#include <string.h>
#include <gtk/gtk.h>
-#include <alert_box.h>
-#include <isprint.h>
-#include <print.h>
#include <epan/addr_resolv.h>
#include <epan/follow.h>
#include <epan/filesystem.h>
#include <epan/prefs.h>
+#include <epan/charsets.h>
+
+#include <../alert_box.h>
+#include <../isprint.h>
+#include <../print.h>
+#include <../simple_dialog.h>
+#include <wiretap/file_util.h>
+
#include <gtk/colors.h>
#include <gtk/stock_icons.h>
#include <gtk/dlg_utils.h>
@@ -47,16 +55,9 @@
#include <gtk/file_dlg.h>
#include <gtk/gui_utils.h>
#include <gtk/help_dlg.h>
-#include <simple_dialog.h>
-#include <wiretap/file_util.h>
-#include <epan/charsets.h>
-
-#include "main.h"
-#include "print_mswin.h"
+#include "gtk/main.h"
+#include "gtk/print_mswin.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
/* This is backwards-compatibility code for old versions of GTK+ (2.2.1 and
* earlier). It defines the new wrap behavior (unknown in earlier versions)