aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rtp_stream.c')
-rw-r--r--gtk/rtp_stream.c31
1 files changed, 16 insertions, 15 deletions
diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c
index fb126a2975..06a323c7e4 100644
--- a/gtk/rtp_stream.c
+++ b/gtk/rtp_stream.c
@@ -28,17 +28,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-
-#include "globals.h"
-
-#include <epan/tap.h>
-#include "register.h"
-#include <epan/dissectors/packet-rtp.h>
-
-
-#include "alert_box.h"
-#include "simple_dialog.h"
-#include "file_util.h"
+#include <string.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
@@ -48,12 +38,23 @@
# include <sys/types.h>
#endif
-#include <string.h>
+
+#include <epan/epan.h>
+#include <epan/packet.h>
+#include <epan/tap.h>
+#include <epan/dissectors/packet-rtp.h>
#include <epan/addr_resolv.h>
-#include "rtp_stream.h"
-#include "rtp_stream_dlg.h"
-#include "tap-rtp-common.h"
+#include "../globals.h"
+#include "../register.h"
+#include "../alert_box.h"
+#include "../simple_dialog.h"
+#include "../tap-rtp-common.h"
+#include "wiretap/file_util.h"
+
+#include "gtk/rtp_stream.h"
+#include "gtk/rtp_stream_dlg.h"
+
/****************************************************************************/
/* redraw the output */