summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/bitmap.c2
-rw-r--r--frontends/windows/drawable.c2
-rw-r--r--frontends/windows/localhistory.c2
-rw-r--r--frontends/windows/plot.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/frontends/windows/bitmap.c b/frontends/windows/bitmap.c
index a50d9aa45..936b28ec5 100644
--- a/frontends/windows/bitmap.c
+++ b/frontends/windows/bitmap.c
@@ -31,7 +31,7 @@
#include "utils/log.h"
#include "netsurf/bitmap.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "content/content.h"
#include "windows/plot.h"
diff --git a/frontends/windows/drawable.c b/frontends/windows/drawable.c
index 9c26d8e9b..39ecee092 100644
--- a/frontends/windows/drawable.c
+++ b/frontends/windows/drawable.c
@@ -25,7 +25,7 @@
#include "netsurf/browser_window.h"
#include "desktop/textinput.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/errors.h"
#include "utils/log.h"
#include "utils/utils.h"
diff --git a/frontends/windows/localhistory.c b/frontends/windows/localhistory.c
index 674f198a0..ce1877f6f 100644
--- a/frontends/windows/localhistory.c
+++ b/frontends/windows/localhistory.c
@@ -23,7 +23,7 @@
#include <commctrl.h>
#include "desktop/browser_history.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/utils.h"
#include "utils/log.h"
#include "utils/messages.h"
diff --git a/frontends/windows/plot.c b/frontends/windows/plot.c
index 7480bc69f..941ec419c 100644
--- a/frontends/windows/plot.c
+++ b/frontends/windows/plot.c
@@ -30,7 +30,7 @@
#include "utils/utils.h"
#include "netsurf/mouse.h"
#include "netsurf/window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "windows/bitmap.h"
#include "windows/font.h"