aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sctp_stat.c')
-rw-r--r--gtk/sctp_stat.c22
1 files changed, 13 insertions, 9 deletions
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 <stdio.h>
-#include <gtk/gtk.h>
-#include "simple_dialog.h" /* Both is used for error handling */
-#include "globals.h"
-#include "epan/packet_info.h" /* Needed for packet_info */
-#include <epan/tap.h> /* Needed for register_tap_listener */
-#include "dlg_utils.h"
-#include "register.h"
#include <string.h>
-#include "sctp_stat.h"
#include <math.h>
+
+#include <gtk/gtk.h>
+
+#include "epan/packet_info.h"
+#include <epan/tap.h>
#include "epan/address.h"
#include <epan/strutil.h>
+#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