summaryrefslogtreecommitdiff
path: root/src/code/z_malloc.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-10-05 17:42:49 +0200
committerGitHub <noreply@github.com>2024-10-05 08:42:49 -0700
commit5cb703fe941a14a3f4ea6649f294938201e586fb (patch)
tree413cde1641310859f019c27544addfb06a8a1543 /src/code/z_malloc.c
parent5d01f07abbabb35a3ffa2e69e43e5154cd0e00f3 (diff)
[headers] `z64malloc.h` -> `zelda_arena.h` (#1702)
Diffstat (limited to 'src/code/z_malloc.c')
-rw-r--r--src/code/z_malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_malloc.c b/src/code/z_malloc.c
index 815af1943..508eb1ed9 100644
--- a/src/code/z_malloc.c
+++ b/src/code/z_malloc.c
@@ -1,4 +1,4 @@
-#include "z64malloc.h"
+#include "zelda_arena.h"
#include "libc64/os_malloc.h"