summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:29:39 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:29:39 +0100
commit527756cca0471a55389a3494d35f9b1b13f20b7e (patch)
tree1082a6caf6b5a41ec836fba207fe57b50629bba9 /desktop/gui_factory.c
parentfe7eb85614244d5e0659c88431fbd9726fa33051 (diff)
downloadnetsurf-527756cca0471a55389a3494d35f9b1b13f20b7e.tar.gz
netsurf-527756cca0471a55389a3494d35f9b1b13f20b7e.tar.bz2
move fetch 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 c1a061097..e2549cc74 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -31,7 +31,7 @@
#include "desktop/download.h"
#include "desktop/searchweb.h"
#include "netsurf/download.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "netsurf/misc.h"
#include "netsurf/window.h"
#include "netsurf/search.h"