From 644a474c95cbfc18200e89cff906cd5fad962038 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 13 Apr 2008 03:32:24 +0000 Subject: sort #includes by directories svn path=/trunk/; revision=24969 --- gtk/sctp_stat.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'gtk/sctp_stat.c') diff --git a/gtk/sctp_stat.c b/gtk/sctp_stat.c index 0134277e1a..73da5b1d18 100644 --- a/gtk/sctp_stat.c +++ b/gtk/sctp_stat.c @@ -25,21 +25,25 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif - #include -#include -#include "simple_dialog.h" /* Both is used for error handling */ -#include "globals.h" -#include "epan/packet_info.h" /* Needed for packet_info */ -#include /* Needed for register_tap_listener */ -#include "dlg_utils.h" -#include "register.h" #include -#include "sctp_stat.h" #include + +#include + +#include "epan/packet_info.h" +#include #include "epan/address.h" #include +#include "../simple_dialog.h" +#include "../globals.h" +#include "../register.h" + +#include "gtk/dlg_utils.h" +#include "gtk/sctp_stat.h" + + #define SCTP_HEARTBEAT_CHUNK_ID 4 #define SCTP_HEARTBEAT_ACK_CHUNK_ID 5 #define SCTP_ABORT_CHUNK_ID 6 -- cgit v1.2.3