aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/packet_history.c')
-rw-r--r--ui/gtk/packet_history.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gtk/packet_history.c b/ui/gtk/packet_history.c
index 3b7dfefc0d..9e5b7a05b7 100644
--- a/ui/gtk/packet_history.c
+++ b/ui/gtk/packet_history.c
@@ -22,13 +22,12 @@
#include "config.h"
-
#include <gtk/gtk.h>
-
#include "ui/gtk/main.h"
#include "ui/gtk/packet_history.h"
+#include "globals.h"
static GList *history_current = NULL;
static GList *history_list = NULL;