aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stats_tree_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/stats_tree_stat.c')
-rw-r--r--gtk/stats_tree_stat.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk/stats_tree_stat.c b/gtk/stats_tree_stat.c
index e74749b4dd..9b6061422c 100644
--- a/gtk/stats_tree_stat.c
+++ b/gtk/stats_tree_stat.c
@@ -27,19 +27,21 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-
#include <string.h>
+
#include <gtk/gtk.h>
#include <epan/stats_tree_priv.h>
#include <epan/report_err.h>
-#include "simple_dialog.h"
-#include "globals.h"
-#include "gui_utils.h"
-#include "dlg_utils.h"
+#include "../simple_dialog.h"
+#include "../globals.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"
+
struct _st_node_pres {
GtkTreeIter* iter;