aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 58dc49cb04..9ffd134362 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -26,23 +26,25 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-
#include <string.h>
#include <gtk/gtk.h>
+#include <epan/packet.h>
#include <epan/packet_info.h>
#include <epan/epan.h>
-
-#include "simple_dialog.h"
-#include "gui_utils.h"
-#include "dlg_utils.h"
#include <epan/tap.h>
+#include <epan/dissectors/packet-wsp.h>
+
+#include "../simple_dialog.h"
#include "../register.h"
#include "../globals.h"
-#include <epan/dissectors/packet-wsp.h>
#include "../stat_menu.h"
-#include "tap_dfilter_dlg.h"
+
+#include "gtk/gui_utils.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/tap_dfilter_dlg.h"
+
/* used to keep track of the stats for a specific PDU type*/
typedef struct _wsp_pdu_t {