From 0b97c4211ea856f866bb19c46aa8e2cbcca6013d Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 13 Apr 2008 00:55:59 +0000 Subject: sort #includes by directories svn path=/trunk/; revision=24967 --- gtk/conversations_tr.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'gtk/conversations_tr.c') diff --git a/gtk/conversations_tr.c b/gtk/conversations_tr.c index 440f3b095d..87eee4682b 100644 --- a/gtk/conversations_tr.c +++ b/gtk/conversations_tr.c @@ -29,18 +29,21 @@ #ifdef HAVE_SYS_TYPES_H # include #endif +#include #include -#include -#include "epan/packet.h" + +#include #include -#include "../stat_menu.h" -#include "gui_stat_menu.h" #include -#include "../register.h" -#include "conversations_table.h" #include +#include "../stat_menu.h" +#include "../register.h" + +#include "gtk/gui_stat_menu.h" +#include "gtk/conversations_table.h" + static int tr_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip) -- cgit v1.2.1