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/dt_sound.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'frontends/amiga/dt_sound.c') diff --git a/frontends/amiga/dt_sound.c b/frontends/amiga/dt_sound.c index 04486c1fb..55fc60d61 100644 --- a/frontends/amiga/dt_sound.c +++ b/frontends/amiga/dt_sound.c @@ -23,20 +23,24 @@ #ifdef WITH_AMIGA_DATATYPES #include "amiga/os3support.h" -#include "amiga/filetype.h" -#include "amiga/datatypes.h" -#include "content/content_protected.h" -#include "netsurf/plotters.h" -#include "render/box.h" -#include "utils/log.h" -#include "utils/messages.h" - #include #include #include #include #include +#include "utils/log.h" +#include "utils/messages.h" +#include "netsurf/plotters.h" +#include "netsurf/content.h" +#include "render/box.h" +#include "content/llcache.h" +#include "content/content_protected.h" + +#include "amiga/filetype.h" +#include "amiga/datatypes.h" + + typedef struct amiga_dt_sound_content { struct content base; -- cgit v1.2.3