From 76a68d7dd02f3819e4e60cd9febfd45e20821e14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 08:59:23 +0100 Subject: Update content to split public and internal API --- content/handlers/image/bmp.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content/handlers/image/bmp.c') diff --git a/content/handlers/image/bmp.c b/content/handlers/image/bmp.c index 114a551a6..8f787de37 100644 --- a/content/handlers/image/bmp.c +++ b/content/handlers/image/bmp.c @@ -28,10 +28,12 @@ #include "utils/utils.h" #include "utils/messages.h" -#include "content/content_protected.h" -#include "desktop/gui_internal.h" #include "netsurf/plotters.h" #include "netsurf/bitmap.h" +#include "netsurf/content.h" +#include "content/llcache.h" +#include "content/content_protected.h" +#include "desktop/gui_internal.h" #include "bmp.h" -- cgit v1.2.3