summaryrefslogtreecommitdiff
path: root/frontends/riscos/content-handlers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 21:05:57 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 21:05:57 +0100
commit667605869fba31c48e61736f89efe4126d27db0c (patch)
tree8d8bfb136239aff2d782118002ee04f1ccb1baa8 /frontends/riscos/content-handlers
parent7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (diff)
downloadnetsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.gz
netsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.bz2
move plotters header into public API
Diffstat (limited to 'frontends/riscos/content-handlers')
-rw-r--r--frontends/riscos/content-handlers/artworks.c2
-rw-r--r--frontends/riscos/content-handlers/draw.c2
-rw-r--r--frontends/riscos/content-handlers/sprite.c2
3 files changed, 3 insertions, 3 deletions
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"