summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:23:32 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:23:32 +0100
commitfe7eb85614244d5e0659c88431fbd9726fa33051 (patch)
treea206d3f52ccd7814cc4e010da1360454ae6e4675 /desktop/tree.c
parentaa5090c85b6890f79d340ad2de6219237f2d6c4c (diff)
downloadnetsurf-fe7eb85614244d5e0659c88431fbd9726fa33051.tar.gz
netsurf-fe7eb85614244d5e0659c88431fbd9726fa33051.tar.bz2
move misc header into public API
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 e9a2dfdcc..91fd0b9d7 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -44,7 +44,7 @@ struct tree {
void *client_data; /* User assigned data for the callbacks */
};
-#include "desktop/gui_misc.h"
+#include "netsurf/misc.h"
#include "desktop/gui_internal.h"
#include "desktop/treeview.h"
#include "desktop/hotlist.h"