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 --- content/handlers/image/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/image/jpeg.c') diff --git a/content/handlers/image/jpeg.c b/content/handlers/image/jpeg.c index b5eade306..179b8fc5b 100644 --- a/content/handlers/image/jpeg.c +++ b/content/handlers/image/jpeg.c @@ -32,9 +32,9 @@ #include "utils/messages.h" #include "content/content_protected.h" #include "desktop/gui_internal.h" +#include "netsurf/bitmap.h" #include "image_cache.h" -#include "bitmap.h" #define JPEG_INTERNAL_OPTIONS #include "jpeglib.h" -- cgit v1.2.3