From 2dab078f21db7dec5a29079daf9a5f0a06a6e0bd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 May 2016 23:01:03 +0100 Subject: move bitmap API header to core include directory --- frontends/monkey/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/monkey') diff --git a/frontends/monkey/bitmap.c b/frontends/monkey/bitmap.c index daf90b43a..3313e1123 100644 --- a/frontends/monkey/bitmap.c +++ b/frontends/monkey/bitmap.c @@ -21,7 +21,7 @@ #include #include "utils/errors.h" -#include "content/handlers/image/bitmap.h" +#include "netsurf/bitmap.h" #include "monkey/bitmap.h" -- cgit v1.2.3