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/riscos/content-handlers/artworks.c | 2 +- frontends/riscos/content-handlers/draw.c | 2 +- frontends/riscos/content-handlers/sprite.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/riscos/content-handlers') diff --git a/frontends/riscos/content-handlers/artworks.c b/frontends/riscos/content-handlers/artworks.c index b6f7a0d08..517a6ff16 100644 --- a/frontends/riscos/content-handlers/artworks.c +++ b/frontends/riscos/content-handlers/artworks.c @@ -37,7 +37,7 @@ #include "utils/messages.h" #include "utils/utils.h" #include "content/content_protected.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/content-handlers/artworks.h" #include "riscos/gui.h" diff --git a/frontends/riscos/content-handlers/draw.c b/frontends/riscos/content-handlers/draw.c index f2bee16dc..0b1b07215 100644 --- a/frontends/riscos/content-handlers/draw.c +++ b/frontends/riscos/content-handlers/draw.c @@ -34,7 +34,7 @@ #include "utils/messages.h" #include "utils/utils.h" #include "content/content_protected.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/content-handlers/draw.h" #include "riscos/gui.h" diff --git a/frontends/riscos/content-handlers/sprite.c b/frontends/riscos/content-handlers/sprite.c index 12fed4931..3ef48c889 100644 --- a/frontends/riscos/content-handlers/sprite.c +++ b/frontends/riscos/content-handlers/sprite.c @@ -33,7 +33,7 @@ #include "utils/messages.h" #include "utils/utils.h" #include "content/content_protected.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/gui.h" #include "riscos/image.h" -- cgit v1.2.3