aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 03:32:24 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 03:32:24 +0000
commitb1dd370d99ccf3be63630c4ec183d66e6f1e600d (patch)
treea6bb135cc85bec3f3c15a7bb5ea4d93d38975123 /gtk/rtp_stream_dlg.c
parent1f24f62b368963eb39ec23ccda14de5302b2fc6f (diff)
sort #includes by directories
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24969 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c35
1 files changed, 16 insertions, 19 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 8c74152145..55d4a5aa17 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -28,33 +28,30 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+#include <string.h>
+#include <locale.h>
-#include "rtp_stream_dlg.h"
-
-#include "globals.h"
+#include <epan/rtp_pt.h>
+#include <epan/address.h>
+#include <epan/addr_resolv.h>
+#include <epan/strutil.h>
#include "epan/filesystem.h"
+#include "../globals.h"
#include "../stat_menu.h"
-#include "gui_stat_menu.h"
-#include "dlg_utils.h"
-#include "file_dlg.h"
-#include "gui_utils.h"
-#include "gtkglobals.h"
+
+#include "gtk/rtp_stream_dlg.h"
+#include "gtk/gui_stat_menu.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/file_dlg.h"
+#include "gtk/gui_utils.h"
+#include "gtk/gtkglobals.h"
+#include "gtk/rtp_stream.h"
+#include "gtk/rtp_analysis.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
-#include <epan/rtp_pt.h>
-
-#include <epan/address.h>
-
-#include <string.h>
-#include <locale.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
-
-#include "rtp_stream.h"
-#include "rtp_analysis.h"
static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse button";
static const gchar REV_LABEL_TEXT[] = "Select a reverse stream with SHIFT + left mouse button";