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 --- desktop/system_colour.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/system_colour.c') diff --git a/desktop/system_colour.c b/desktop/system_colour.c index 178c03536..f33b57a37 100644 --- a/desktop/system_colour.c +++ b/desktop/system_colour.c @@ -26,10 +26,10 @@ #include "utils/config.h" #include "utils/utils.h" #include "utils/log.h" -#include "css/utils.h" -#include "desktop/system_colour.h" #include "utils/nsoption.h" +#include "netsurf/css.h" +#include "desktop/system_colour.h" #define colour_list_len ((NSOPTION_SYS_COLOUR_END - NSOPTION_SYS_COLOUR_START) + 1) -- cgit v1.2.3