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