aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/packet_history.c')
-rw-r--r--gtk/packet_history.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/packet_history.c b/gtk/packet_history.c
index 1004ae65a5..b26d460c0a 100644
--- a/gtk/packet_history.c
+++ b/gtk/packet_history.c
@@ -26,15 +26,15 @@
# include "config.h"
#endif
-#include <gtk/gtk.h>
-
#include <stdio.h>
-#include "file.h"
-#include "globals.h"
+#include <gtk/gtk.h>
+
+#include "../file.h"
+#include "../globals.h"
-#include "main_menu.h"
-#include "packet_history.h"
+#include "gtk/main_menu.h"
+#include "gtk/packet_history.h"
GList *history_current = NULL;