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/amiga/clipboard.c | 2 +- frontends/amiga/dt_anim.c | 2 +- frontends/amiga/dt_picture.c | 2 +- frontends/amiga/dt_sound.c | 2 +- frontends/amiga/font.h | 2 +- frontends/amiga/history_local.c | 2 +- frontends/amiga/icon.c | 2 +- frontends/amiga/plotters.h | 2 +- frontends/amiga/plugin_hack.c | 2 +- frontends/amiga/print.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'frontends/amiga') 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 #include 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 #include 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" -- cgit v1.2.3