summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-01-23 14:39:23 -0500
committerGitHub <noreply@github.com>2025-01-23 14:39:23 -0500
commitab37332793161e1731176588fd901c0d90461f74 (patch)
tree069c2b0ac6e9326f29f4aceca1825a2a38fea329 /src/code
parentb97a21c2532622a83e9153996e303c3edc2727a8 (diff)
Reduce overlay dependencies on global.h (1) (#2438)
* Reduce actor dependencies on global.h * move dependency on z64play.h into the .c files * add some missing dependencies
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_env_flags.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_env_flags.c b/src/code/z_env_flags.c
index 0057128e2..d277a5f75 100644
--- a/src/code/z_env_flags.c
+++ b/src/code/z_env_flags.c
@@ -1,4 +1,5 @@
-#include "global.h"
+#include "ultra64.h"
+#include "z64play.h"
void CutsceneFlags_UnsetAll(PlayState* play) {
u8 i;