diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-10-05 17:42:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 08:42:49 -0700 |
| commit | 5cb703fe941a14a3f4ea6649f294938201e586fb (patch) | |
| tree | 413cde1641310859f019c27544addfb06a8a1543 /src/code/z_malloc.c | |
| parent | 5d01f07abbabb35a3ffa2e69e43e5154cd0e00f3 (diff) | |
[headers] `z64malloc.h` -> `zelda_arena.h` (#1702)
Diffstat (limited to 'src/code/z_malloc.c')
| -rw-r--r-- | src/code/z_malloc.c | 2 |
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" |
