summaryrefslogtreecommitdiff
path: root/riscos
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 /riscos
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 'riscos')
-rw-r--r--riscos/gui/url_bar.c1
-rw-r--r--riscos/plotters.c1
-rw-r--r--riscos/save_draw.c1
3 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gui/url_bar.c b/riscos/gui/url_bar.c
index 348fc85c4..406fa9da7 100644
--- a/riscos/gui/url_bar.c
+++ b/riscos/gui/url_bar.c
@@ -38,6 +38,7 @@
#include "content/hlcache.h"
#include "content/content.h"
#include "desktop/browser.h"
+#include "desktop/plotters.h"
#include "riscos/gui.h"
#include "riscos/hotlist.h"
diff --git a/riscos/plotters.c b/riscos/plotters.c
index e3745c5ba..d35d1f0c6 100644
--- a/riscos/plotters.c
+++ b/riscos/plotters.c
@@ -27,6 +27,7 @@
#include "oslib/os.h"
#include "utils/log.h"
+#include "utils/utils.h"
#include "desktop/plotters.h"
#include "riscos/bitmap.h"
diff --git a/riscos/save_draw.c b/riscos/save_draw.c
index e8b7faae6..fe14071ee 100644
--- a/riscos/save_draw.c
+++ b/riscos/save_draw.c
@@ -31,7 +31,6 @@
#include <pencil.h>
#include "utils/log.h"
-#include "utils/types.h"
#include "utils/utils.h"
#include "content/content.h"
#include "content/hlcache.h"