compile fix for gtk1
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Apr 2007 15:49:29 +0000 (15:49 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Apr 2007 15:49:29 +0000 (15:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21503 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/rtp_stream.c

index 22f0f18ad95f7ad28e6369187f7a724be1d3d3df..e7aa96bb2e5459d8a97a64b531050942023558c2 100644 (file)
@@ -29,9 +29,6 @@
 # include "config.h"
 #endif
 
-#include "rtp_stream.h"
-#include "rtp_stream_dlg.h"
-
 #include "globals.h"
 
 #include <epan/tap.h>
@@ -54,6 +51,9 @@
 #include <string.h>
 #include <epan/addr_resolv.h>
 
+#include "rtp_stream.h"
+#include "rtp_stream_dlg.h"
+
 
 /****************************************************************************/
 /* the one and only global rtpstream_tapinfo_t structure */