summaryrefslogtreecommitdiff
path: root/src/code/z_play.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_play.c
parent5d01f07abbabb35a3ffa2e69e43e5154cd0e00f3 (diff)
[headers] `z64malloc.h` -> `zelda_arena.h` (#1702)
Diffstat (limited to 'src/code/z_play.c')
-rw-r--r--src/code/z_play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c
index 4cd730148..df8f267cf 100644
--- a/src/code/z_play.c
+++ b/src/code/z_play.c
@@ -23,7 +23,7 @@ u8 sMotionBlurStatus;
#include "z64bombers_notebook.h"
#include "z64debug_display.h"
-#include "z64malloc.h"
+#include "zelda_arena.h"
#include "z64quake.h"
#include "z64rumble.h"
#include "z64shrink_window.h"