From 6722943b81c0dba84ed187b2d117cc92972117ed Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 May 2016 11:18:41 +0100 Subject: move the CSS content handler --- render/box_construct.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index 7e982d7a3..6dce5c690 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -43,10 +43,9 @@ #include "utils/utils.h" #include "utils/string.h" #include "content/content_protected.h" -#include "css/css.h" -#include "css/hints.h" -#include "css/select.h" -#include "css/utils.h" +#include "content/handlers/css/hints.h" +#include "content/handlers/css/select.h" +#include "netsurf/css.h" #include "desktop/gui_misc.h" #include "desktop/gui_internal.h" -- cgit v1.2.3