summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/gui')
-rw-r--r--frontends/riscos/gui/progress_bar.c2
-rw-r--r--frontends/riscos/gui/status_bar.c2
-rw-r--r--frontends/riscos/gui/url_bar.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/frontends/riscos/gui/progress_bar.c b/frontends/riscos/gui/progress_bar.c
index 3ec6b3aa8..c26b46c84 100644
--- a/frontends/riscos/gui/progress_bar.c
+++ b/frontends/riscos/gui/progress_bar.c
@@ -30,7 +30,7 @@
#include "oslib/wimp.h"
#include "oslib/wimpspriteop.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/log.h"
#include "utils/utils.h"
diff --git a/frontends/riscos/gui/status_bar.c b/frontends/riscos/gui/status_bar.c
index cbc404658..9d1bada91 100644
--- a/frontends/riscos/gui/status_bar.c
+++ b/frontends/riscos/gui/status_bar.c
@@ -28,7 +28,7 @@
#include "oslib/os.h"
#include "oslib/wimp.h"
#include "oslib/wimpspriteop.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/log.h"
#include "utils/utils.h"
diff --git a/frontends/riscos/gui/url_bar.c b/frontends/riscos/gui/url_bar.c
index 37c4de111..80a7b4a40 100644
--- a/frontends/riscos/gui/url_bar.c
+++ b/frontends/riscos/gui/url_bar.c
@@ -38,7 +38,7 @@
#include "content/hlcache.h"
#include "content/content.h"
#include "netsurf/browser_window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "riscos/gui.h"
#include "riscos/hotlist.h"