summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-19 21:15:08 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-19 21:15:08 +0000
commit70d700b26c13e04b601c4ac3db09514db473d01c (patch)
tree27daebf66a8b037fdd36619efe02785c839f9a9f /desktop
parenta99c7a5c44fdd3f6ee1a0ec2b9beb5a1d6a32501 (diff)
downloadnetsurf-70d700b26c13e04b601c4ac3db09514db473d01c.tar.gz
netsurf-70d700b26c13e04b601c4ac3db09514db473d01c.tar.bz2
rationalise use of utils/utils.h header
Diffstat (limited to 'desktop')
-rw-r--r--desktop/textarea.h1
-rw-r--r--desktop/treeview.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/desktop/textarea.h b/desktop/textarea.h
index 19162ff1b..65e2594c7 100644
--- a/desktop/textarea.h
+++ b/desktop/textarea.h
@@ -27,7 +27,6 @@
#include <stdint.h>
#include <stdbool.h>
-#include "utils/utils.h"
#include "netsurf/plot_style.h"
#include "netsurf/mouse.h"
diff --git a/desktop/treeview.c b/desktop/treeview.c
index 1d0ac52a3..4d8fbaaeb 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -22,6 +22,7 @@
* Treeview handling implementation.
*/
+#include "utils/utils.h"
#include "utils/log.h"
#include "utils/nsurl.h"
#include "utils/nsoption.h"