summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/amiga/gui.c2
-rw-r--r--frontends/atari/gui.c2
-rw-r--r--frontends/beos/gui.cpp2
-rw-r--r--frontends/cocoa/fetch.m2
-rw-r--r--frontends/framebuffer/fetch.c2
-rw-r--r--frontends/gtk/fetch.c2
-rw-r--r--frontends/monkey/fetch.c2
-rw-r--r--frontends/riscos/gui.c2
-rw-r--r--frontends/windows/filetype.c2
-rw-r--r--frontends/windows/main.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 75875d3c3..c79e06b30 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -113,7 +113,7 @@
#include "desktop/textinput.h"
#include "desktop/tree.h"
#include "netsurf/window.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "netsurf/misc.h"
/* NetSurf Amiga platform includes */
diff --git a/frontends/atari/gui.c b/frontends/atari/gui.c
index 21fe4ec84..39edeb422 100644
--- a/frontends/atari/gui.c
+++ b/frontends/atari/gui.c
@@ -38,7 +38,7 @@
#include "desktop/gui_layout.h"
#include "netsurf/window.h"
#include "netsurf/clipboard.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "netsurf/misc.h"
#include "desktop/netsurf.h"
diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index 3a45c66b4..b30c8966d 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -66,7 +66,7 @@ extern "C" {
#include "netsurf/misc.h"
#include "netsurf/clipboard.h"
#include "netsurf/search.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "desktop/netsurf.h"
}
diff --git a/frontends/cocoa/fetch.m b/frontends/cocoa/fetch.m
index 1c36bb8a5..0bbce09f6 100644
--- a/frontends/cocoa/fetch.m
+++ b/frontends/cocoa/fetch.m
@@ -20,7 +20,7 @@
#import "utils/log.h"
#import "utils/nsurl.h"
-#import "desktop/gui_fetch.h"
+#import "netsurf/fetch.h"
#import "cocoa/fetch.h"
diff --git a/frontends/framebuffer/fetch.c b/frontends/framebuffer/fetch.c
index 24920fbbb..e6b72e03c 100644
--- a/frontends/framebuffer/fetch.c
+++ b/frontends/framebuffer/fetch.c
@@ -29,7 +29,7 @@
#include "utils/log.h"
#include "utils/filepath.h"
#include "utils/file.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "framebuffer/findfile.h"
#include "framebuffer/fetch.h"
diff --git a/frontends/gtk/fetch.c b/frontends/gtk/fetch.c
index 06770b6b2..1f397e15f 100644
--- a/frontends/gtk/fetch.c
+++ b/frontends/gtk/fetch.c
@@ -32,7 +32,7 @@
#include "utils/filepath.h"
#include "utils/file.h"
#include "utils/nsurl.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "gtk/gui.h"
#include "gtk/resources.h"
diff --git a/frontends/monkey/fetch.c b/frontends/monkey/fetch.c
index 86732cfce..4985329db 100644
--- a/frontends/monkey/fetch.c
+++ b/frontends/monkey/fetch.c
@@ -26,7 +26,7 @@
#include "utils/file.h"
#include "utils/nsurl.h"
#include "utils/filepath.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "monkey/filetype.h"
#include "monkey/fetch.h"
diff --git a/frontends/riscos/gui.c b/frontends/riscos/gui.c
index 79d89e2df..0a7120e7c 100644
--- a/frontends/riscos/gui.c
+++ b/frontends/riscos/gui.c
@@ -47,7 +47,7 @@
#include "utils/filename.h"
#include "utils/url.h"
#include "utils/corestrings.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "netsurf/misc.h"
#include "desktop/save_complete.h"
#include "desktop/treeview.h"
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"