summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-11-30 04:18:09 +1100
committerGitHub <noreply@github.com>2023-11-29 14:18:09 -0300
commited4da0ecef698ad0112c7cdf575368ac3c61903b (patch)
tree685d96d1d09c56a37055fed4c22c5c2b9ac76a2a /src/code
parenta44f19225b15fe1dbf5ece9e686bdabb261348a1 (diff)
Cleanup External Audio Headers (#1520)
* high level audio headers * move externs * cleanup enums * small thing * rm sfxid * small fix
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_play.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c
index 83a2d25ce..bd19cbc94 100644
--- a/src/code/z_play.c
+++ b/src/code/z_play.c
@@ -1,4 +1,3 @@
-#include "prevent_bss_reordering.h"
#include "z64.h"
#include "regs.h"
#include "functions.h"