summaryrefslogtreecommitdiff
path: root/desktop/treeview.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/treeview.c
parent5aa2feaa06fc7850a4c4892293b1174a8d4ed92c (diff)
downloadnetsurf-a8a6098f689a936307ca11cc922a8fc535654007.tar.gz
netsurf-a8a6098f689a936307ca11cc922a8fc535654007.tar.bz2
move core window API into netsurf header path
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 fa7fea02d..387b34e7b 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -31,6 +31,7 @@
#include "netsurf/clipboard.h"
#include "netsurf/layout.h"
#include "netsurf/keypress.h"
+#include "netsurf/core_window.h"
#include "content/hlcache.h"
#include "css/utils.h"
@@ -39,7 +40,6 @@
#include "desktop/textarea.h"
#include "desktop/treeview.h"
#include "desktop/gui_internal.h"
-#include "desktop/core_window.h"
/** @todo get rid of REDRAW_MAX -- need to be able to know window size */
#define REDRAW_MAX 8000