summaryrefslogtreecommitdiff
path: root/render/html_css.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/html_css.c
parentd923e109cd56c553c8e87cdb8bdab5085e68cc73 (diff)
downloadnetsurf-76a68d7dd02f3819e4e60cd9febfd45e20821e14.tar.gz
netsurf-76a68d7dd02f3819e4e60cd9febfd45e20821e14.tar.bz2
Update content to split public and internal API
Diffstat (limited to 'render/html_css.c')
-rw-r--r--render/html_css.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/render/html_css.c b/render/html_css.c
index a3973bf87..ae0e8f696 100644
--- a/render/html_css.c
+++ b/render/html_css.c
@@ -27,13 +27,14 @@
#include <strings.h>
#include <stdlib.h>
-#include "content/hlcache.h"
-#include "content/handlers/css/css.h"
#include "utils/nsoption.h"
#include "utils/corestrings.h"
#include "utils/config.h"
#include "utils/log.h"
#include "netsurf/misc.h"
+#include "netsurf/content.h"
+#include "content/hlcache.h"
+#include "content/handlers/css/css.h"
#include "desktop/gui_internal.h"
#include "render/html_internal.h"