aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-04-22 16:44:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-04-22 16:44:36 +0000
commita4ae600125a209d211386a316d5f8f193b18cbe7 (patch)
treeaf1e36861897b959f0f3561f4f8f4c6fa0b41662 /gtk
parenta1131be153f032f86338d3001b5aa79313cff7a8 (diff)
move some headers so that the compile works on gtk1
svn path=/trunk/; revision=21505
Diffstat (limited to 'gtk')
-rw-r--r--gtk/rtp_stream_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 8c6615ed8b..94898a2ba8 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -30,8 +30,6 @@
#endif
#include "rtp_stream_dlg.h"
-#include "rtp_stream.h"
-#include "rtp_analysis.h"
#include "globals.h"
#include "epan/filesystem.h"
@@ -55,6 +53,8 @@
#include <locale.h>
#include <epan/addr_resolv.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";