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/html_redraw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 93c136fb0..7f8391cf9 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -41,8 +41,7 @@ #include "utils/utils.h" #include "utils/nsoption.h" #include "content/content_protected.h" -#include "css/css.h" -#include "css/utils.h" +#include "content/handlers/css/utils.h" #include "desktop/browser.h" #include "desktop/plotters.h" #include "desktop/selection.h" -- cgit v1.2.3