summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-18 21:07:04 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-18 21:07:04 +0100
commita8a6098f689a936307ca11cc922a8fc535654007 (patch)
tree3ccd5c266e6578aa729ca86a23ebb0fc8c2a03cd /desktop/tree.c
parent5aa2feaa06fc7850a4c4892293b1174a8d4ed92c (diff)
downloadnetsurf-a8a6098f689a936307ca11cc922a8fc535654007.tar.gz
netsurf-a8a6098f689a936307ca11cc922a8fc535654007.tar.bz2
move core window API into netsurf header path
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index a5c97c33c..4972777ba 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -32,11 +32,11 @@
#include "utils/utils.h"
#include "utils/nsoption.h"
#include "netsurf/browser_window.h"
+#include "netsurf/core_window.h"
#include "content/content.h"
#include "content/hlcache.h"
#include "desktop/tree.h"
-#include "desktop/core_window.h"
struct tree {
unsigned int flags; /* Tree flags */