summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-10-12 14:50:49 +0100
committerVincent Sanders <vince@kyllikki.org>2019-10-12 14:50:49 +0100
commit4745fcf1c78da101314252bd6ad65db5880434eb (patch)
treef470e21f8be2c83a30fcc38f6220cdd6715d25dc /desktop/treeview.c
parent4372104e0e0637265609befd5e92bf7e2aeaa8b4 (diff)
downloadnetsurf-4745fcf1c78da101314252bd6ad65db5880434eb.tar.gz
netsurf-4745fcf1c78da101314252bd6ad65db5880434eb.tar.bz2
add regex compatability to utils and enable it for serenity OS
Diffstat (limited to 'desktop/treeview.c')
-rw-r--r--desktop/treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index 258b54a52..e8b4a14c8 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -26,11 +26,11 @@
#include <string.h>
+#include "utils/config.h"
#include "utils/utils.h"
#include "utils/log.h"
#include "utils/nsurl.h"
#include "utils/nsoption.h"
-#include "utils/config.h"
#include "netsurf/bitmap.h"
#include "netsurf/content.h"
#include "netsurf/plotters.h"