summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
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"