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 --- desktop/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index c3cfefc0b..8daec887c 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -35,7 +35,7 @@ #include "content/handlers/css/utils.h" #include "render/box.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "desktop/print.h" #include "desktop/printer.h" -- cgit v1.2.3