summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-05 15:14:49 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-05 15:14:49 +0100
commit54fcb66d876420d6a9158ecd70854739f22f159b (patch)
tree9840b4e18de42e09cd388f1e6fb2de97967403b1 /riscos/gui.c
parentf1c2dde13bf1ca59a466cfed2f2d2076c06b235f (diff)
downloadnetsurf-54fcb66d876420d6a9158ecd70854739f22f159b.tar.gz
netsurf-54fcb66d876420d6a9158ecd70854739f22f159b.tar.bz2
cleanup RISC OS frontend header usage
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 4c04c72ab..35d3cb6d0 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -51,6 +51,7 @@
#include "desktop/save_complete.h"
#include "desktop/treeview.h"
#include "desktop/netsurf.h"
+#include "desktop/browser.h"
#include "content/urldb.h"
#include "content/hlcache.h"
#include "content/backing_store.h"
@@ -78,6 +79,7 @@
#include "riscos/mouse.h"
#include "riscos/ucstables.h"
#include "riscos/filetype.h"
+#include "riscos/font.h"
#include "riscos/content-handlers/artworks.h"
#include "riscos/content-handlers/draw.h"
#include "riscos/content-handlers/sprite.h"