summaryrefslogtreecommitdiff
path: root/frontends/amiga
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/amiga
parent7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (diff)
downloadnetsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.gz
netsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.bz2
move plotters header into public API
Diffstat (limited to 'frontends/amiga')
-rw-r--r--frontends/amiga/clipboard.c2
-rw-r--r--frontends/amiga/dt_anim.c2
-rw-r--r--frontends/amiga/dt_picture.c2
-rw-r--r--frontends/amiga/dt_sound.c2
-rwxr-xr-xfrontends/amiga/font.h2
-rwxr-xr-xfrontends/amiga/history_local.c2
-rw-r--r--frontends/amiga/icon.c2
-rw-r--r--frontends/amiga/plotters.h2
-rw-r--r--frontends/amiga/plugin_hack.c2
-rw-r--r--frontends/amiga/print.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/frontends/amiga/clipboard.c b/frontends/amiga/clipboard.c
index 2d8630726..bcdc51c97 100644
--- a/frontends/amiga/clipboard.c
+++ b/frontends/amiga/clipboard.c
@@ -32,7 +32,7 @@
#include "utils/nsurl.h"
#include "content/hlcache.h"
#include "netsurf/browser_window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "desktop/textinput.h"
#include "netsurf/window.h"
#include "netsurf/clipboard.h"
diff --git a/frontends/amiga/dt_anim.c b/frontends/amiga/dt_anim.c
index fec707683..c177321e1 100644
--- a/frontends/amiga/dt_anim.c
+++ b/frontends/amiga/dt_anim.c
@@ -38,7 +38,7 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "content/content_protected.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "netsurf/bitmap.h"
#include "amiga/bitmap.h"
diff --git a/frontends/amiga/dt_picture.c b/frontends/amiga/dt_picture.c
index aba089379..49dde5e67 100644
--- a/frontends/amiga/dt_picture.c
+++ b/frontends/amiga/dt_picture.c
@@ -34,7 +34,7 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "content/content_protected.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "netsurf/bitmap.h"
#include "content/handlers/image/image_cache.h"
diff --git a/frontends/amiga/dt_sound.c b/frontends/amiga/dt_sound.c
index fe1b1fc43..04486c1fb 100644
--- a/frontends/amiga/dt_sound.c
+++ b/frontends/amiga/dt_sound.c
@@ -26,7 +26,7 @@
#include "amiga/filetype.h"
#include "amiga/datatypes.h"
#include "content/content_protected.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "render/box.h"
#include "utils/log.h"
#include "utils/messages.h"
diff --git a/frontends/amiga/font.h b/frontends/amiga/font.h
index cd526057f..5e0721167 100755
--- a/frontends/amiga/font.h
+++ b/frontends/amiga/font.h
@@ -19,7 +19,7 @@
#ifndef AMIGA_FONT_H
#define AMIGA_FONT_H
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/errors.h"
#include <graphics/rastport.h>
#include <graphics/text.h>
diff --git a/frontends/amiga/history_local.c b/frontends/amiga/history_local.c
index a1ada5b00..3a6cbe42d 100755
--- a/frontends/amiga/history_local.c
+++ b/frontends/amiga/history_local.c
@@ -46,7 +46,7 @@
#include "utils/messages.h"
#include "desktop/browser_history.h"
#include "netsurf/browser_window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "netsurf/window.h"
#include "graphics/rpattr.h"
diff --git a/frontends/amiga/icon.c b/frontends/amiga/icon.c
index 819879d00..201ce5f78 100644
--- a/frontends/amiga/icon.c
+++ b/frontends/amiga/icon.c
@@ -41,7 +41,7 @@
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/file.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "netsurf/bitmap.h"
#include "content/content_protected.h"
diff --git a/frontends/amiga/plotters.h b/frontends/amiga/plotters.h
index 7baa21fb5..8fa2b06ae 100644
--- a/frontends/amiga/plotters.h
+++ b/frontends/amiga/plotters.h
@@ -18,7 +18,7 @@
#ifndef AMIGA_PLOTTERS_H
#define AMIGA_PLOTTERS_H
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include <proto/layers.h>
#include <proto/graphics.h>
diff --git a/frontends/amiga/plugin_hack.c b/frontends/amiga/plugin_hack.c
index 21f4da142..19fa66cd5 100644
--- a/frontends/amiga/plugin_hack.c
+++ b/frontends/amiga/plugin_hack.c
@@ -28,7 +28,7 @@
#include "amiga/plugin_hack.h"
#include "content/content_protected.h"
#include "content/hlcache.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/log.h"
#include "utils/messages.h"
diff --git a/frontends/amiga/print.c b/frontends/amiga/print.c
index f4cd31452..007245c73 100644
--- a/frontends/amiga/print.c
+++ b/frontends/amiga/print.c
@@ -49,7 +49,7 @@
#include "utils/nsoption.h"
#include "utils/messages.h"
#include "utils/utils.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "desktop/printer.h"
#include "desktop/print.h"
#include "netsurf/layout.h"