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 +- frontends/atari/cookies.c | 2 +- frontends/atari/font.c | 2 +- frontends/atari/plot/plot.c | 2 +- frontends/atari/rootwin.c | 2 +- frontends/atari/statusbar.c | 2 +- frontends/atari/toolbar.c | 2 +- frontends/atari/treeview.c | 2 +- frontends/beos/bitmap.cpp | 2 +- frontends/beos/cookies.cpp | 2 +- frontends/beos/plotters.cpp | 2 +- frontends/beos/scaffolding.cpp | 2 +- frontends/beos/window.cpp | 2 +- frontends/cocoa/BrowserView.m | 2 +- frontends/cocoa/HistoryView.m | 2 +- frontends/cocoa/NetsurfApp.m | 2 +- frontends/cocoa/Tree.m | 2 +- frontends/cocoa/TreeView.m | 2 +- frontends/cocoa/apple_image.m | 2 +- frontends/cocoa/bitmap.m | 2 +- frontends/cocoa/font.m | 2 +- frontends/cocoa/plotter.m | 2 +- frontends/framebuffer/bitmap.c | 2 +- frontends/framebuffer/fbtk/fbtk.c | 2 +- frontends/framebuffer/fbtk/text.c | 2 +- frontends/framebuffer/framebuffer.c | 2 +- frontends/framebuffer/gui.c | 2 +- frontends/framebuffer/localhistory.c | 2 +- frontends/gtk/bitmap.c | 2 +- frontends/gtk/plotters.c | 2 +- frontends/gtk/print.c | 2 +- frontends/gtk/scaffolding.c | 2 +- frontends/gtk/treeview.c | 2 +- frontends/gtk/window.c | 2 +- frontends/monkey/browser.c | 2 +- frontends/monkey/plot.c | 2 +- frontends/riscos/bitmap.c | 2 +- frontends/riscos/content-handlers/artworks.c | 2 +- frontends/riscos/content-handlers/draw.c | 2 +- frontends/riscos/content-handlers/sprite.c | 2 +- frontends/riscos/gui/progress_bar.c | 2 +- frontends/riscos/gui/status_bar.c | 2 +- frontends/riscos/gui/url_bar.c | 2 +- frontends/riscos/history.c | 2 +- frontends/riscos/plotters.c | 2 +- frontends/riscos/print.c | 2 +- frontends/riscos/save_draw.c | 2 +- frontends/riscos/toolbar.c | 1 - frontends/riscos/treeview.c | 2 +- frontends/riscos/window.c | 2 +- frontends/windows/bitmap.c | 2 +- frontends/windows/drawable.c | 2 +- frontends/windows/localhistory.c | 2 +- frontends/windows/plot.c | 2 +- 63 files changed, 62 insertions(+), 63 deletions(-) (limited to 'frontends') 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" diff --git a/frontends/atari/cookies.c b/frontends/atari/cookies.c index eff4ad8d5..78b8d60fc 100644 --- a/frontends/atari/cookies.c +++ b/frontends/atari/cookies.c @@ -21,7 +21,7 @@ #include "utils/log.h" #include "utils/messages.h" #include "netsurf/mouse.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/cookie_manager.h" #include "desktop/core_window.h" diff --git a/frontends/atari/font.c b/frontends/atari/font.c index a90b79566..85fecced2 100644 --- a/frontends/atari/font.c +++ b/frontends/atari/font.c @@ -26,7 +26,7 @@ #include "utils/nsoption.h" #include "netsurf/layout.h" #include "netsurf/mouse.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "atari/gui.h" #include "atari/plot/fontplot.h" diff --git a/frontends/atari/plot/plot.c b/frontends/atari/plot/plot.c index 2e35bcdbd..3a8780231 100644 --- a/frontends/atari/plot/plot.c +++ b/frontends/atari/plot/plot.c @@ -30,7 +30,7 @@ #include "utils/utf8.h" #include "utils/utils.h" #include "netsurf/bitmap.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/mouse.h" #include "atari/gui.h" diff --git a/frontends/atari/rootwin.c b/frontends/atari/rootwin.c index 5a5bdcc25..d309f8dc5 100644 --- a/frontends/atari/rootwin.c +++ b/frontends/atari/rootwin.c @@ -39,7 +39,7 @@ #include "utils/log.h" #include "netsurf/browser_window.h" #include "netsurf/mouse.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/textinput.h" #include "content/content.h" #include "content/hlcache.h" diff --git a/frontends/atari/statusbar.c b/frontends/atari/statusbar.c index c05e1b4bf..3a216f9a8 100644 --- a/frontends/atari/statusbar.c +++ b/frontends/atari/statusbar.c @@ -29,7 +29,7 @@ #include "utils/log.h" #include "netsurf/mouse.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "atari/gui.h" #include "atari/statusbar.h" diff --git a/frontends/atari/toolbar.c b/frontends/atari/toolbar.c index 2a5053847..27d7b531b 100644 --- a/frontends/atari/toolbar.c +++ b/frontends/atari/toolbar.c @@ -35,7 +35,7 @@ #include "netsurf/browser_window.h" #include "netsurf/mouse.h" #include "desktop/plot_style.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/tree.h" #include "desktop/hotlist.h" #include "desktop/textarea.h" diff --git a/frontends/atari/treeview.c b/frontends/atari/treeview.c index b47429859..1048fb06f 100644 --- a/frontends/atari/treeview.c +++ b/frontends/atari/treeview.c @@ -28,7 +28,7 @@ #include "utils/messages.h" #include "utils/utils.h" #include "content/urldb.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/mouse.h" #include "desktop/treeview.h" diff --git a/frontends/beos/bitmap.cpp b/frontends/beos/bitmap.cpp index 3287fd0f7..4ce40750c 100644 --- a/frontends/beos/bitmap.cpp +++ b/frontends/beos/bitmap.cpp @@ -40,7 +40,7 @@ extern "C" { #include "utils/log.h" #include "content/content.h" #include "content/urldb.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/browser_window.h" #include "netsurf/bitmap.h" } diff --git a/frontends/beos/cookies.cpp b/frontends/beos/cookies.cpp index bf8ce51d7..d4c8e5b26 100644 --- a/frontends/beos/cookies.cpp +++ b/frontends/beos/cookies.cpp @@ -24,7 +24,7 @@ extern "C" { #include "netsurf/mouse.h" #include "utils/log.h" #include "desktop/cookie_manager.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/tree.h" #include "desktop/textinput.h" #include "content/urldb.h" diff --git a/frontends/beos/plotters.cpp b/frontends/beos/plotters.cpp index 3fd786ecd..5ba3fbbcb 100644 --- a/frontends/beos/plotters.cpp +++ b/frontends/beos/plotters.cpp @@ -31,7 +31,7 @@ #include #include extern "C" { -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/log.h" #include "utils/utils.h" #include "utils/nsoption.h" diff --git a/frontends/beos/scaffolding.cpp b/frontends/beos/scaffolding.cpp index 75ef241f7..6cb9a771e 100644 --- a/frontends/beos/scaffolding.cpp +++ b/frontends/beos/scaffolding.cpp @@ -59,7 +59,7 @@ extern "C" { #include "desktop/version.h" #include "desktop/searchweb.h" #include "desktop/search.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/nsoption.h" #include "desktop/textinput.h" #include "render/form.h" diff --git a/frontends/beos/window.cpp b/frontends/beos/window.cpp index 4fd682365..237d92ab1 100644 --- a/frontends/beos/window.cpp +++ b/frontends/beos/window.cpp @@ -32,7 +32,7 @@ extern "C" { #include "netsurf/browser_window.h" #include "netsurf/mouse.h" #include "desktop/textinput.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/window.h" #include "netsurf/clipboard.h" } diff --git a/frontends/cocoa/BrowserView.m b/frontends/cocoa/BrowserView.m index 5d82c8526..db1c2492d 100644 --- a/frontends/cocoa/BrowserView.m +++ b/frontends/cocoa/BrowserView.m @@ -19,7 +19,7 @@ #import "utils/nsoption.h" #import "utils/messages.h" #import "netsurf/browser_window.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" #import "desktop/textinput.h" #import "content/hlcache.h" diff --git a/frontends/cocoa/HistoryView.m b/frontends/cocoa/HistoryView.m index 7b192336e..bead8dbed 100644 --- a/frontends/cocoa/HistoryView.m +++ b/frontends/cocoa/HistoryView.m @@ -24,7 +24,7 @@ #import "cocoa/BrowserView.h" #import "desktop/browser_history.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" @implementation HistoryView diff --git a/frontends/cocoa/NetsurfApp.m b/frontends/cocoa/NetsurfApp.m index c30bce07e..a8619e0ac 100644 --- a/frontends/cocoa/NetsurfApp.m +++ b/frontends/cocoa/NetsurfApp.m @@ -33,7 +33,7 @@ #import "utils/utils.h" #import "content/urldb.h" #import "utils/nsoption.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" #import "desktop/save_complete.h" #import "desktop/textinput.h" #import "desktop/tree.h" diff --git a/frontends/cocoa/Tree.m b/frontends/cocoa/Tree.m index 5cd796ceb..359d54306 100644 --- a/frontends/cocoa/Tree.m +++ b/frontends/cocoa/Tree.m @@ -21,7 +21,7 @@ #import "cocoa/font.h" #import "cocoa/plotter.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" #import "desktop/tree.h" @implementation Tree diff --git a/frontends/cocoa/TreeView.m b/frontends/cocoa/TreeView.m index a58a49623..71f5af450 100644 --- a/frontends/cocoa/TreeView.m +++ b/frontends/cocoa/TreeView.m @@ -19,7 +19,7 @@ #import "cocoa/TreeView.h" #import "cocoa/Tree.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" #import "desktop/textinput.h" @interface TreeView () diff --git a/frontends/cocoa/apple_image.m b/frontends/cocoa/apple_image.m index 896cf4c72..5c82a2b3a 100644 --- a/frontends/cocoa/apple_image.m +++ b/frontends/cocoa/apple_image.m @@ -23,7 +23,7 @@ #include "utils/config.h" #include "content/content_protected.h" #include "netsurf/bitmap.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/utils.h" #import "cocoa/schedule.h" diff --git a/frontends/cocoa/bitmap.m b/frontends/cocoa/bitmap.m index f7c28f0ad..dd9e33fbe 100644 --- a/frontends/cocoa/bitmap.m +++ b/frontends/cocoa/bitmap.m @@ -24,7 +24,7 @@ #import #import "netsurf/browser_window.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" #import "netsurf/bitmap.h" #import "content/urldb.h" #import "content/content.h" diff --git a/frontends/cocoa/font.m b/frontends/cocoa/font.m index 7b594b616..483d98933 100644 --- a/frontends/cocoa/font.m +++ b/frontends/cocoa/font.m @@ -23,7 +23,7 @@ #import "utils/nsoption.h" #import "netsurf/layout.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" static NSLayoutManager *cocoa_prepare_layout_manager( const char *string, size_t length, diff --git a/frontends/cocoa/plotter.m b/frontends/cocoa/plotter.m index 472857dbe..2b721bfe6 100644 --- a/frontends/cocoa/plotter.m +++ b/frontends/cocoa/plotter.m @@ -21,7 +21,7 @@ #import "utils/log.h" #import "utils/utils.h" #import "netsurf/browser_window.h" -#import "desktop/plotters.h" +#import "netsurf/plotters.h" #import "desktop/plot_style.h" #import "cocoa/font.h" diff --git a/frontends/framebuffer/bitmap.c b/frontends/framebuffer/bitmap.c index df99e711d..dbe5647e3 100644 --- a/frontends/framebuffer/bitmap.c +++ b/frontends/framebuffer/bitmap.c @@ -31,7 +31,7 @@ #include "utils/log.h" #include "utils/utils.h" #include "netsurf/bitmap.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "content/content.h" #include "framebuffer/gui.h" diff --git a/frontends/framebuffer/fbtk/fbtk.c b/frontends/framebuffer/fbtk/fbtk.c index fa861b11b..c63a6d8c9 100644 --- a/frontends/framebuffer/fbtk/fbtk.c +++ b/frontends/framebuffer/fbtk/fbtk.c @@ -35,7 +35,7 @@ #include "utils/utils.h" #include "utils/log.h" #include "netsurf/browser_window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "framebuffer/gui.h" #include "framebuffer/fbtk.h" diff --git a/frontends/framebuffer/fbtk/text.c b/frontends/framebuffer/fbtk/text.c index 703a10b99..00dcba491 100644 --- a/frontends/framebuffer/fbtk/text.c +++ b/frontends/framebuffer/fbtk/text.c @@ -29,7 +29,7 @@ #include "utils/log.h" #include "netsurf/browser_window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "framebuffer/gui.h" #include "framebuffer/fbtk.h" diff --git a/frontends/framebuffer/framebuffer.c b/frontends/framebuffer/framebuffer.c index 00bd6a15a..74c72fe71 100644 --- a/frontends/framebuffer/framebuffer.c +++ b/frontends/framebuffer/framebuffer.c @@ -32,7 +32,7 @@ #include "utils/log.h" #include "utils/utf8.h" #include "netsurf/browser_window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/bitmap.h" #include "framebuffer/gui.h" diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c index 7559648d5..7ef64b0f0 100644 --- a/frontends/framebuffer/gui.c +++ b/frontends/framebuffer/gui.c @@ -37,7 +37,7 @@ #include "netsurf/browser_window.h" #include "desktop/textinput.h" #include "desktop/browser_history.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/window.h" #include "netsurf/misc.h" #include "netsurf/netsurf.h" diff --git a/frontends/framebuffer/localhistory.c b/frontends/framebuffer/localhistory.c index 1b2eb9a60..3192f0747 100644 --- a/frontends/framebuffer/localhistory.c +++ b/frontends/framebuffer/localhistory.c @@ -25,7 +25,7 @@ #include #include "desktop/browser_history.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "framebuffer/gui.h" #include "framebuffer/fbtk.h" diff --git a/frontends/gtk/bitmap.c b/frontends/gtk/bitmap.c index ff5a0c43f..1def140b8 100644 --- a/frontends/gtk/bitmap.c +++ b/frontends/gtk/bitmap.c @@ -34,7 +34,7 @@ #include "utils/log.h" #include "content/content.h" #include "netsurf/bitmap.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "gtk/scaffolding.h" #include "gtk/plotters.h" diff --git a/frontends/gtk/plotters.c b/frontends/gtk/plotters.c index 1d8c19827..1cebf58f0 100644 --- a/frontends/gtk/plotters.c +++ b/frontends/gtk/plotters.c @@ -32,7 +32,7 @@ #include "utils/log.h" #include "utils/utils.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/nsoption.h" #include "gtk/layout_pango.h" diff --git a/frontends/gtk/print.c b/frontends/gtk/print.c index a6e639996..17cb96f93 100644 --- a/frontends/gtk/print.c +++ b/frontends/gtk/print.c @@ -36,7 +36,7 @@ #include "content/content.h" #include "content/hlcache.h" #include "utils/nsoption.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/print.h" #include "desktop/printer.h" diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c index 6873b8997..38dfd2125 100644 --- a/frontends/gtk/scaffolding.c +++ b/frontends/gtk/scaffolding.c @@ -36,7 +36,7 @@ #include "desktop/browser_history.h" #include "netsurf/browser_window.h" #include "desktop/hotlist.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/print.h" #include "desktop/save_complete.h" #ifdef WITH_PDF_EXPORT diff --git a/frontends/gtk/treeview.c b/frontends/gtk/treeview.c index 9baf57b62..829e87a01 100644 --- a/frontends/gtk/treeview.c +++ b/frontends/gtk/treeview.c @@ -33,7 +33,7 @@ #include "utils/log.h" #include "utils/utf8.h" #include "desktop/tree.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "gtk/warn.h" #include "gtk/compat.h" diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c index 7cff9ee6b..dd713cb28 100644 --- a/frontends/gtk/window.c +++ b/frontends/gtk/window.c @@ -44,7 +44,7 @@ #include "desktop/searchweb.h" #include "desktop/textinput.h" #include "netsurf/window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "render/form.h" #include "gtk/warn.h" 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) diff --git a/frontends/riscos/bitmap.c b/frontends/riscos/bitmap.c index 525a230b3..e0fd38ba8 100644 --- a/frontends/riscos/bitmap.c +++ b/frontends/riscos/bitmap.c @@ -43,7 +43,7 @@ #include "utils/filename.h" #include "utils/log.h" #include "utils/messages.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "content/content.h" #include "netsurf/bitmap.h" 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" diff --git a/frontends/riscos/gui/progress_bar.c b/frontends/riscos/gui/progress_bar.c index 3ec6b3aa8..c26b46c84 100644 --- a/frontends/riscos/gui/progress_bar.c +++ b/frontends/riscos/gui/progress_bar.c @@ -30,7 +30,7 @@ #include "oslib/wimp.h" #include "oslib/wimpspriteop.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/log.h" #include "utils/utils.h" diff --git a/frontends/riscos/gui/status_bar.c b/frontends/riscos/gui/status_bar.c index cbc404658..9d1bada91 100644 --- a/frontends/riscos/gui/status_bar.c +++ b/frontends/riscos/gui/status_bar.c @@ -28,7 +28,7 @@ #include "oslib/os.h" #include "oslib/wimp.h" #include "oslib/wimpspriteop.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/log.h" #include "utils/utils.h" diff --git a/frontends/riscos/gui/url_bar.c b/frontends/riscos/gui/url_bar.c index 37c4de111..80a7b4a40 100644 --- a/frontends/riscos/gui/url_bar.c +++ b/frontends/riscos/gui/url_bar.c @@ -38,7 +38,7 @@ #include "content/hlcache.h" #include "content/content.h" #include "netsurf/browser_window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/gui.h" #include "riscos/hotlist.h" diff --git a/frontends/riscos/history.c b/frontends/riscos/history.c index 9d78f6ded..de3af085d 100644 --- a/frontends/riscos/history.c +++ b/frontends/riscos/history.c @@ -31,7 +31,7 @@ #include "utils/nsoption.h" #include "utils/log.h" #include "desktop/browser_history.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/dialog.h" #include "riscos/gui.h" diff --git a/frontends/riscos/plotters.c b/frontends/riscos/plotters.c index 38fd9d74a..9c9813862 100644 --- a/frontends/riscos/plotters.c +++ b/frontends/riscos/plotters.c @@ -28,7 +28,7 @@ #include "utils/log.h" #include "utils/utils.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/bitmap.h" #include "riscos/image.h" diff --git a/frontends/riscos/print.c b/frontends/riscos/print.c index 26b50f65f..da16664ac 100644 --- a/frontends/riscos/print.c +++ b/frontends/riscos/print.c @@ -39,7 +39,7 @@ #include "content/content.h" #include "content/hlcache.h" #include "netsurf/browser_window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/gui.h" #include "riscos/dialog.h" diff --git a/frontends/riscos/save_draw.c b/frontends/riscos/save_draw.c index 50febf3b2..7ba2c942b 100644 --- a/frontends/riscos/save_draw.c +++ b/frontends/riscos/save_draw.c @@ -34,7 +34,7 @@ #include "utils/utils.h" #include "content/content.h" #include "content/hlcache.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "riscos/bitmap.h" #include "riscos/gui.h" diff --git a/frontends/riscos/toolbar.c b/frontends/riscos/toolbar.c index 83751a7b4..2f758f59f 100644 --- a/frontends/riscos/toolbar.c +++ b/frontends/riscos/toolbar.c @@ -41,7 +41,6 @@ #include "utils/log.h" #include "utils/nsoption.h" #include "content/content.h" -#include "desktop/plotters.h" #include "riscos/cookies.h" #include "riscos/dialog.h" diff --git a/frontends/riscos/treeview.c b/frontends/riscos/treeview.c index 83f60660f..1cae801db 100644 --- a/frontends/riscos/treeview.c +++ b/frontends/riscos/treeview.c @@ -40,7 +40,7 @@ #include "utils/messages.h" #include "utils/utils.h" #include "content/urldb.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/textinput.h" #include "desktop/tree.h" diff --git a/frontends/riscos/window.c b/frontends/riscos/window.c index 1fc6edfbf..e99ed31e3 100644 --- a/frontends/riscos/window.c +++ b/frontends/riscos/window.c @@ -61,7 +61,7 @@ #include "desktop/scrollbar.h" #include "desktop/frames.h" #include "netsurf/mouse.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/textinput.h" #include "desktop/tree.h" #include "netsurf/window.h" diff --git a/frontends/windows/bitmap.c b/frontends/windows/bitmap.c index a50d9aa45..936b28ec5 100644 --- a/frontends/windows/bitmap.c +++ b/frontends/windows/bitmap.c @@ -31,7 +31,7 @@ #include "utils/log.h" #include "netsurf/bitmap.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "content/content.h" #include "windows/plot.h" diff --git a/frontends/windows/drawable.c b/frontends/windows/drawable.c index 9c26d8e9b..39ecee092 100644 --- a/frontends/windows/drawable.c +++ b/frontends/windows/drawable.c @@ -25,7 +25,7 @@ #include "netsurf/browser_window.h" #include "desktop/textinput.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/errors.h" #include "utils/log.h" #include "utils/utils.h" diff --git a/frontends/windows/localhistory.c b/frontends/windows/localhistory.c index 674f198a0..ce1877f6f 100644 --- a/frontends/windows/localhistory.c +++ b/frontends/windows/localhistory.c @@ -23,7 +23,7 @@ #include #include "desktop/browser_history.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "utils/utils.h" #include "utils/log.h" #include "utils/messages.h" diff --git a/frontends/windows/plot.c b/frontends/windows/plot.c index 7480bc69f..941ec419c 100644 --- a/frontends/windows/plot.c +++ b/frontends/windows/plot.c @@ -30,7 +30,7 @@ #include "utils/utils.h" #include "netsurf/mouse.h" #include "netsurf/window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "windows/bitmap.h" #include "windows/font.h" -- cgit v1.2.3