From 8e580ccd195d2b7ae896803391ef404cb3b41d3b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 3 May 2015 16:10:15 +0100 Subject: Split out presentational hints handling. --- render/box_construct.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render') 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" -- cgit v1.2.3