aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_history.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 03:32:24 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 03:32:24 +0000
commit644a474c95cbfc18200e89cff906cd5fad962038 (patch)
treea6bb135cc85bec3f3c15a7bb5ea4d93d38975123 /gtk/packet_history.c
parent8e3e8b588f6a729dae0fa4d0792cf8ed1516eb7e (diff)
sort #includes by directories
svn path=/trunk/; revision=24969
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;