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 --- render/form.c | 2 +- render/html_redraw.c | 2 +- render/textplain.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'render') diff --git a/render/form.c b/render/form.c index b07acdb8a..af571aeed 100644 --- a/render/form.c +++ b/render/form.c @@ -47,7 +47,7 @@ #include "netsurf/mouse.h" #include "desktop/knockout.h" #include "desktop/plot_style.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/scrollbar.h" #include "desktop/textarea.h" #include "netsurf/misc.h" diff --git a/render/html_redraw.c b/render/html_redraw.c index 40783c302..01e7246c6 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -43,7 +43,7 @@ #include "content/content_protected.h" #include "content/handlers/css/utils.h" #include "netsurf/browser_window.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/selection.h" #include "desktop/print.h" #include "desktop/scrollbar.h" diff --git a/render/textplain.c b/render/textplain.c index 2323f431b..80828e738 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -42,7 +42,7 @@ #include "content/handlers/css/utils.h" #include "netsurf/browser_window.h" #include "utils/nsoption.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/search.h" #include "desktop/selection.h" #include "desktop/textinput.h" -- cgit v1.2.3