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/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_redraw.c') 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" -- cgit v1.2.3