aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/summary_dlg.c')
-rw-r--r--gtk/summary_dlg.c28
1 files changed, 15 insertions, 13 deletions
diff --git a/gtk/summary_dlg.c b/gtk/summary_dlg.c
index 310322f3d6..d5496cf201 100644
--- a/gtk/summary_dlg.c
+++ b/gtk/summary_dlg.c
@@ -29,26 +29,28 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-
#include <string.h>
+#include <time.h>
#include <gtk/gtk.h>
-#include <wtap.h>
-#include <time.h>
+#include <epan/strutil.h>
-#include "globals.h"
-#include "file.h"
+#include <wiretap/wtap.h>
+
+#include "../globals.h"
+#include "../file.h"
+#include "../summary.h"
#ifdef HAVE_LIBPCAP
-#include "capture.h"
-#include "main.h"
+#include "../capture.h"
+#include "gtk/main.h"
#endif
-#include "summary.h"
-#include "summary_dlg.h"
-#include "dlg_utils.h"
-#include "gui_utils.h"
-#include "help_dlg.h"
-#include <epan/strutil.h>
+
+#include "gtk/summary_dlg.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/gui_utils.h"
+#include "gtk/help_dlg.h"
+
#define SUM_STR_MAX 1024
#define FILTER_SNIP_LEN 50