summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.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/gui_factory.c
parentaa5090c85b6890f79d340ad2de6219237f2d6c4c (diff)
downloadnetsurf-fe7eb85614244d5e0659c88431fbd9726fa33051.tar.gz
netsurf-fe7eb85614244d5e0659c88431fbd9726fa33051.tar.bz2
move misc header into public API
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index db675a7be..c1a061097 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -32,7 +32,7 @@
#include "desktop/searchweb.h"
#include "netsurf/download.h"
#include "desktop/gui_fetch.h"
-#include "desktop/gui_misc.h"
+#include "netsurf/misc.h"
#include "netsurf/window.h"
#include "netsurf/search.h"
#include "netsurf/clipboard.h"