From ec239402eac198af635f14970bf411e5690dd02e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 19 Nov 2016 15:50:22 +0000 Subject: Move memory functions from misc.c to memory.c --- frontends/amiga/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/theme.c') diff --git a/frontends/amiga/theme.c b/frontends/amiga/theme.c index 4042d1dd0..5f44a9bab 100644 --- a/frontends/amiga/theme.c +++ b/frontends/amiga/theme.c @@ -49,7 +49,7 @@ #include "amiga/bitmap.h" #include "amiga/schedule.h" #include "amiga/theme.h" -#include "amiga/misc.h" +#include "amiga/memory.h" static struct BitMap *throbber = NULL; static struct bitmap *throbber_nsbm = NULL; -- cgit v1.2.3