From 667605869fba31c48e61736f89efe4126d27db0c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 21:05:57 +0100 Subject: move plotters header into public API --- frontends/monkey/plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/monkey/plot.c') 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 #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) -- cgit v1.2.3