summaryrefslogtreecommitdiff
path: root/gtk/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
commitde09dc8efdfdb4ce27c85733cfec139a52d70776 (patch)
tree0f4b6e096613c575cbf83159297580f9fdc6e9f6 /gtk/hotlist.c
parentd513d6261a83c6bde07be1ae8e30ea303c780d47 (diff)
downloadnetsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.gz
netsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.bz2
clean up gtk gui header usage and includes
Diffstat (limited to 'gtk/hotlist.c')
-rw-r--r--gtk/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hotlist.c b/gtk/hotlist.c
index 551a2d09d..3f2515ec8 100644
--- a/gtk/hotlist.c
+++ b/gtk/hotlist.c
@@ -17,6 +17,7 @@
*/
#include <stdlib.h>
+#include <gtk/gtk.h>
#include "utils/log.h"
#include "utils/nsoption.h"
@@ -24,7 +25,6 @@
#include "desktop/plotters.h"
#include "desktop/tree.h"
-#include "gtk/gui.h"
#include "gtk/hotlist.h"
#include "gtk/plotters.h"
#include "gtk/scaffolding.h"