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/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/tree.c') diff --git a/frontends/amiga/tree.c b/frontends/amiga/tree.c index 8328194ac..460eb2217 100644 --- a/frontends/amiga/tree.c +++ b/frontends/amiga/tree.c @@ -66,7 +66,7 @@ #include "amiga/tree.h" #include "amiga/file.h" #include "amiga/libs.h" -#include "amiga/misc.h" +#include "amiga/memory.h" #include "amiga/utf8.h" #include "amiga/sslcert.h" #include "amiga/drag.h" /* drag icon stuff */ -- cgit v1.2.3