summaryrefslogtreecommitdiff
path: root/frontends/windows
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 /frontends/windows
parentfe7eb85614244d5e0659c88431fbd9726fa33051 (diff)
downloadnetsurf-527756cca0471a55389a3494d35f9b1b13f20b7e.tar.gz
netsurf-527756cca0471a55389a3494d35f9b1b13f20b7e.tar.bz2
move fetch header into public API
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/filetype.c2
-rw-r--r--frontends/windows/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/windows/filetype.c b/frontends/windows/filetype.c
index b06534d6a..aab27ea76 100644
--- a/frontends/windows/filetype.c
+++ b/frontends/windows/filetype.c
@@ -22,7 +22,7 @@
#include "utils/log.h"
#include "utils/utils.h"
#include "content/fetch.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "windows/filetype.h"
diff --git a/frontends/windows/main.c b/frontends/windows/main.c
index a8ad9e846..3688851ed 100644
--- a/frontends/windows/main.c
+++ b/frontends/windows/main.c
@@ -31,7 +31,7 @@
#include "utils/nsurl.h"
#include "utils/nsoption.h"
#include "desktop/browser.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "netsurf/misc.h"
#include "desktop/netsurf.h"