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 --- content/handlers/image/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/image/bmp.c') diff --git a/content/handlers/image/bmp.c b/content/handlers/image/bmp.c index e108b48ac..114a551a6 100644 --- a/content/handlers/image/bmp.c +++ b/content/handlers/image/bmp.c @@ -30,7 +30,7 @@ #include "utils/messages.h" #include "content/content_protected.h" #include "desktop/gui_internal.h" -#include "desktop/plotters.h" +#include "netsurf/plotters.h" #include "netsurf/bitmap.h" #include "bmp.h" -- cgit v1.2.3