summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-30 16:12:06 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-30 16:12:06 +0100
commit0ae788752cdeb259eaadb756a18e9065da1c6d22 (patch)
tree6be6a229bb5228ad564a580617deecda02a7a42c /desktop/tree.c
parent012b7977139b506220e8dffa4367877dbe6f2594 (diff)
downloadnetsurf-0ae788752cdeb259eaadb756a18e9065da1c6d22.tar.gz
netsurf-0ae788752cdeb259eaadb756a18e9065da1c6d22.tar.bz2
remove unecessary textinput header use from treeview header
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index d1af7664b..bfe8e9874 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -30,12 +30,13 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
+#include "utils/nsoption.h"
+#include "netsurf/browser_window.h"
#include "content/content.h"
#include "content/hlcache.h"
-#include "utils/nsoption.h"
-#include "netsurf/browser_window.h"
#include "desktop/tree.h"
+#include "desktop/core_window.h"
struct tree {
unsigned int flags; /* Tree flags */