summaryrefslogtreecommitdiff
path: root/frontends/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/monkey')
-rw-r--r--frontends/monkey/browser.c2
-rw-r--r--frontends/monkey/plot.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/monkey/browser.c b/frontends/monkey/browser.c
index 5c1d15723..bfabd0f88 100644
--- a/frontends/monkey/browser.c
+++ b/frontends/monkey/browser.c
@@ -28,7 +28,7 @@
#include "netsurf/mouse.h"
#include "netsurf/window.h"
#include "netsurf/browser_window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "content/hlcache.h"
#include "monkey/browser.h"
diff --git a/frontends/monkey/plot.c b/frontends/monkey/plot.c
index 50f812480..bd94e7551 100644
--- a/frontends/monkey/plot.c
+++ b/frontends/monkey/plot.c
@@ -19,7 +19,7 @@
#include <stdio.h>
#include "utils/utils.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
static bool
monkey_plot_disc(int x, int y, int radius, const plot_style_t *style)