aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_tcpip.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 00:55:59 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 00:55:59 +0000
commitecf4e1ad3dd8479eea25fa9d95c20411a110c140 (patch)
treea7848b29b10a7acc3bb53608d208c0cf4c759a26 /gtk/conversations_tcpip.c
parent201b880e3398331150fb3f8ede49842a39e10d37 (diff)
sort #includes by directories
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24967 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/conversations_tcpip.c')
-rw-r--r--gtk/conversations_tcpip.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/gtk/conversations_tcpip.c b/gtk/conversations_tcpip.c
index 4c86501d7e..66a5a59de2 100644
--- a/gtk/conversations_tcpip.c
+++ b/gtk/conversations_tcpip.c
@@ -29,19 +29,22 @@
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
+#include <string.h>
#include <gtk/gtk.h>
-#include <string.h>
-#include "epan/packet.h"
+
+#include <epan/packet.h>
#include <epan/emem.h>
#include <epan/stat_cmd_args.h>
-#include "../stat_menu.h"
-#include "gui_stat_menu.h"
#include <epan/tap.h>
-#include "../register.h"
-#include "conversations_table.h"
#include <epan/dissectors/packet-tcp.h>
+#include "../stat_menu.h"
+#include "../register.h"
+
+#include "gtk/gui_stat_menu.h"
+#include "gtk/conversations_table.h"
+
static int
tcpip_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip)