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/windows/bitmap.c | 2 +- frontends/windows/drawable.c | 2 +- frontends/windows/localhistory.c | 2 +- frontends/windows/plot.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'frontends/windows') 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