summaryrefslogtreecommitdiff
path: root/frontends/atari/rootwin.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
commit8fdf262683dab03fb01941f74cfa698b1f9d6834 (patch)
tree11bc5b6b7dda4ff904e6d3df06cbfe83b0a82248 /frontends/atari/rootwin.c
parent042fcb82b83d19bf08afd3367235ac71a60b3850 (diff)
downloadnetsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.gz
netsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.bz2
remove unecessary content API usage from atari frontend
Diffstat (limited to 'frontends/atari/rootwin.c')
-rw-r--r--frontends/atari/rootwin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontends/atari/rootwin.c b/frontends/atari/rootwin.c
index d309f8dc5..d4920094f 100644
--- a/frontends/atari/rootwin.c
+++ b/frontends/atari/rootwin.c
@@ -37,13 +37,11 @@
#include <mt_gem.h>
#include "utils/log.h"
+#include "utils/nsurl.h"
#include "netsurf/browser_window.h"
#include "netsurf/mouse.h"
#include "netsurf/plotters.h"
#include "desktop/textinput.h"
-#include "content/content.h"
-#include "content/hlcache.h"
-#include "content/urldb.h"
#include "atari/res/netsurf.rsh"
#include "atari/gemtk/gemtk.h"