summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 08:59:23 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 09:01:38 +0100
commit76a68d7dd02f3819e4e60cd9febfd45e20821e14 (patch)
treea86fc61314fd53d383cb95a313a2897779984214 /render/box.c
parentd923e109cd56c553c8e87cdb8bdab5085e68cc73 (diff)
downloadnetsurf-76a68d7dd02f3819e4e60cd9febfd45e20821e14.tar.gz
netsurf-76a68d7dd02f3819e4e60cd9febfd45e20821e14.tar.bz2
Update content to split public and internal API
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/box.c b/render/box.c
index 81c22ed19..fa3e52d3a 100644
--- a/render/box.c
+++ b/render/box.c
@@ -33,12 +33,12 @@
#include "utils/log.h"
#include "utils/talloc.h"
#include "utils/utils.h"
-#include "content/content_protected.h"
-#include "content/hlcache.h"
+#include "netsurf/misc.h"
+#include "netsurf/content.h"
+#include "netsurf/mouse.h"
#include "content/handlers/css/utils.h"
#include "content/handlers/css/dump.h"
#include "desktop/scrollbar.h"
-#include "netsurf/misc.h"
#include "desktop/gui_internal.h"
#include "render/box.h"