From 981af4b6af34cdd9e4f55f8f9f4fce803600fa62 Mon Sep 17 00:00:00 2001 From: mzxrules Date: Wed, 19 Feb 2025 05:54:39 -0500 Subject: Reduce overlay dependencies on global.h (8) (#2478) * move variables into z64environment.h * z_room.h * z64sram.h, z64ss_sram.h, z64font.h, kanread.h * z64lifemeter.h, z64debug.h, debug_arena.h * buffers.h * remove z_bgcheck global * gamealloc.h * suggestions * .bdd --- src/code/debug_malloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/code/debug_malloc.c') diff --git a/src/code/debug_malloc.c b/src/code/debug_malloc.c index b6aa81b32..acfca47ca 100644 --- a/src/code/debug_malloc.c +++ b/src/code/debug_malloc.c @@ -1,5 +1,7 @@ -#include "global.h" #include "libc64/os_malloc.h" +#include "debug_arena.h" + +#include "macros.h" #define LOG_SEVERITY_NOLOG 0 #define LOG_SEVERITY_ERROR 2 -- cgit v1.2.3