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 --- frontends/amiga/bitmap.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontends/amiga/bitmap.c') diff --git a/frontends/amiga/bitmap.c b/frontends/amiga/bitmap.c index 8d1815298..badd37438 100644 --- a/frontends/amiga/bitmap.c +++ b/frontends/amiga/bitmap.c @@ -19,6 +19,7 @@ #include "amiga/os3support.h" #include +#include #include #ifdef __amigaos4__ #include @@ -46,8 +47,8 @@ #include "utils/nsoption.h" #include "utils/nsurl.h" #include "utils/messages.h" -#include "content/hlcache.h" #include "netsurf/bitmap.h" +#include "netsurf/content.h" #include "amiga/gui.h" #include "amiga/bitmap.h" @@ -596,7 +597,7 @@ void ami_bitmap_fini(void) pool_bitmap = NULL; } -static nserror bitmap_render(struct bitmap *bitmap, hlcache_handle *content) +static nserror bitmap_render(struct bitmap *bitmap, struct hlcache_handle *content) { #ifdef __amigaos4__ struct redraw_context ctx = { -- cgit v1.2.3