From 4372104e0e0637265609befd5e92bf7e2aeaa8b4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 11 Oct 2019 17:39:33 +0100 Subject: fix utils configuration header ordering --- content/handlers/html/html_css.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/html') diff --git a/content/handlers/html/html_css.c b/content/handlers/html/html_css.c index eb80c0e71..5550573ba 100644 --- a/content/handlers/html/html_css.c +++ b/content/handlers/html/html_css.c @@ -30,9 +30,9 @@ #include #include +#include "utils/config.h" #include "utils/nsoption.h" #include "utils/corestrings.h" -#include "utils/config.h" #include "utils/log.h" #include "netsurf/misc.h" #include "netsurf/content.h" -- cgit v1.2.3