aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/camel_counter.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 00:55:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 00:55:59 +0000
commit0b97c4211ea856f866bb19c46aa8e2cbcca6013d (patch)
treea7848b29b10a7acc3bb53608d208c0cf4c759a26 /gtk/camel_counter.c
parent5651d3c0dd89758de41b13c67359faf515054a90 (diff)
sort #includes by directories
svn path=/trunk/; revision=24967
Diffstat (limited to 'gtk/camel_counter.c')
-rw-r--r--gtk/camel_counter.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/gtk/camel_counter.c b/gtk/camel_counter.c
index de204fbc5d..e8980b7111 100644
--- a/gtk/camel_counter.c
+++ b/gtk/camel_counter.c
@@ -34,25 +34,26 @@
#include <string.h>
#include <gtk/gtk.h>
-#include "epan/packet_info.h"
-#include "epan/epan.h"
-#include "epan/value_string.h"
-#include "epan/tap.h"
-
-#include "register.h"
-#include "timestats.h"
-#include "simple_dialog.h"
-#include "file.h"
-#include "globals.h"
-#include "stat_menu.h"
-#include "tap_dfilter_dlg.h"
+#include <epan/epan.h>
+#include <epan/packet_info.h>
+#include <epan/value_string.h>
+#include <epan/tap.h>
+#include <epan/packet.h>
+#include <epan/asn1.h>
+#include <epan/camel-persistentdata.h>
+
+#include "../globals.h"
+#include "../stat_menu.h"
+#include "../register.h"
+#include "../timestats.h"
+#include "../simple_dialog.h"
#include "gtk/main.h"
#include "gtk/dlg_utils.h"
#include "gtk/gui_utils.h"
#include "gtk/gui_stat_util.h"
-#include "epan/asn1.h"
-#include "epan/camel-persistentdata.h"
+#include "gtk/tap_dfilter_dlg.h"
+
static void gtk_camelcounter_reset(void *phs);
static int gtk_camelcounter_packet(void *phs,