aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-04-22 16:40:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-04-22 16:40:34 +0000
commita1131be153f032f86338d3001b5aa79313cff7a8 (patch)
tree6bf7809f9f6573a121112cd5d2e21a9ab21e0069 /gtk/rtp_analysis.c
parent40c806f54be8e65a1db96a10d25034cf2eaac4fd (diff)
move include of a few headers down a few lines so the compile works on
gtk1 svn path=/trunk/; revision=21504
Diffstat (limited to 'gtk/rtp_analysis.c')
-rw-r--r--gtk/rtp_analysis.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index 428fd99758..44d3c03328 100644
--- a/gtk/rtp_analysis.c
+++ b/gtk/rtp_analysis.c
@@ -40,10 +40,6 @@
/*do not define this symbol. will be added soon*/
/*#define USE_CONVERSATION_GRAPH 1*/
-#include "rtp_analysis.h"
-#include "rtp_stream.h"
-#include "rtp_stream_dlg.h"
-
#ifdef USE_CONVERSATION_GRAPH
#include "../graph/graph.h"
#endif
@@ -94,6 +90,11 @@
#include "file_util.h"
#include "tempfile.h"
+#include "rtp_analysis.h"
+#include "rtp_stream.h"
+#include "rtp_stream_dlg.h"
+
+
/****************************************************************************/
typedef struct column_arrows {