summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-10-11 17:39:33 +0100
committerVincent Sanders <vince@kyllikki.org>2019-10-11 17:39:33 +0100
commit4372104e0e0637265609befd5e92bf7e2aeaa8b4 (patch)
tree605f56ac5f393e657b8394009977100cc9c24ec4 /content
parent872c3f5ef644bb3e8e0932897d7ce08acd18d16f (diff)
downloadnetsurf-4372104e0e0637265609befd5e92bf7e2aeaa8b4.tar.gz
netsurf-4372104e0e0637265609befd5e92bf7e2aeaa8b4.tar.bz2
fix utils configuration header ordering
Diffstat (limited to 'content')
-rw-r--r--content/handlers/html/html_css.c2
1 files changed, 1 insertions, 1 deletions
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 <strings.h>
#include <stdlib.h>
+#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"