From a8a6098f689a936307ca11cc922a8fc535654007 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 18 Aug 2016 21:07:04 +0100 Subject: move core window API into netsurf header path --- desktop/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/tree.c') 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 */ -- cgit v1.2.3