summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
commitad343eccb18454bab2f4e9464b88564c9da69649 (patch)
treea4d775a8e99e7d98dcfabdcdde7e6ad0dfd7368b /gtk
parentf2cda2e1a707033ac582e791c45eeb3d0feaa70d (diff)
downloadnetsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.gz
netsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.bz2
remove unecessary utils/types.h
This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/plotters.c1
-rw-r--r--gtk/window.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/plotters.c b/gtk/plotters.c
index de0bf9d48..ab7e4c5fb 100644
--- a/gtk/plotters.c
+++ b/gtk/plotters.c
@@ -32,6 +32,7 @@
#include <gtk/gtk.h>
#include "utils/log.h"
+#include "utils/utils.h"
#include "desktop/plotters.h"
#include "utils/nsoption.h"
diff --git a/gtk/window.c b/gtk/window.c
index 00aad32d2..1f70822bf 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -38,6 +38,7 @@
#include "desktop/searchweb.h"
#include "desktop/textinput.h"
#include "desktop/gui_window.h"
+#include "desktop/plotters.h"
#include "render/form.h"
#include "gtk/compat.h"