summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-05-03 16:10:15 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-05 10:49:58 +0000
commit8e580ccd195d2b7ae896803391ef404cb3b41d3b (patch)
tree669ca709166eaefea33e9788bc6b1c398d3f8bb5 /render
parentf06ec6390a3286db180ad3fda97baab9e8b54663 (diff)
downloadnetsurf-8e580ccd195d2b7ae896803391ef404cb3b41d3b.tar.gz
netsurf-8e580ccd195d2b7ae896803391ef404cb3b41d3b.tar.bz2
Split out presentational hints handling.
Diffstat (limited to 'render')
-rw-r--r--render/box_construct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 25686c908..b3fc8f156 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -36,8 +36,9 @@
#include "utils/config.h"
#include "content/content_protected.h"
#include "css/css.h"
-#include "css/utils.h"
+#include "css/hints.h"
#include "css/select.h"
+#include "css/utils.h"
#include "utils/nsoption.h"
#include "utils/corestrings.h"
#include "utils/locale.h"