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/textplain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index c825b7946..5ecf1436d 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -39,8 +39,7 @@ #include "utils/utf8.h" #include "content/content_protected.h" #include "content/hlcache.h" -#include "css/css.h" -#include "css/utils.h" +#include "content/handlers/css/utils.h" #include "desktop/browser.h" #include "utils/nsoption.h" #include "desktop/plotters.h" -- cgit v1.2.3