From 527756cca0471a55389a3494d35f9b1b13f20b7e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:29:39 +0100 Subject: move fetch header into public API --- frontends/windows/filetype.c | 2 +- frontends/windows/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/windows') 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" -- cgit v1.2.3