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/browser.c | 2 +- frontends/monkey/plot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/monkey') 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 #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