aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_eth.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_eth.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_eth.c')
-rw-r--r--gtk/conversations_eth.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/gtk/conversations_eth.c b/gtk/conversations_eth.c
index d25c5e2994..af0a5c8b3e 100644
--- a/gtk/conversations_eth.c
+++ b/gtk/conversations_eth.c
@@ -30,17 +30,21 @@
# include <sys/types.h>
#endif
-#include <gtk/gtk.h>
#include <string.h>
-#include "epan/packet.h"
+
+#include <gtk/gtk.h>
+
+#include <epan/packet.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-eth.h>
+#include "../stat_menu.h"
+#include "../register.h"
+
+#include "gtk/gui_stat_menu.h"
+#include "gtk/conversations_table.h"
+
static int
eth_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip)