summaryrefslogtreecommitdiff
path: root/src/code/z_nulltask.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-13 18:15:14 -0500
committerGitHub <noreply@github.com>2025-02-13 18:15:14 -0500
commit46399145833eb2367946c72c1ed2088897658f4d (patch)
tree856af41ed2826ce2c73f8fa1bcea8eae90c2bde9 /src/code/z_nulltask.c
parent494aecc9fcb258675aa2f92979d673049f67ac2f (diff)
Reduce overlay dependencies on global.h (6) (#2468)
* add some headers, split some of z64.h * MtxClear -> IdentityMtx * more misc cleanups * move D_80116280 to header, fix build issue * remove z64.h * Revert "MtxClear -> IdentityMtx" This reverts commit 8fc74c0672f72b91ae4068e73228fc46fe9465d4. * split z64path.h and z64skin.h functions * z64face_reaction.h * cleanup overlay global references * trim padding * bss
Diffstat (limited to 'src/code/z_nulltask.c')
-rw-r--r--src/code/z_nulltask.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_nulltask.c b/src/code/z_nulltask.c
index 1f7dae689..42ba3d86f 100644
--- a/src/code/z_nulltask.c
+++ b/src/code/z_nulltask.c
@@ -1,4 +1,5 @@
-#include "global.h"
+#include "ultra64.h"
+#include "sched.h"
/**
* Blocks the current thread until all queued scheduler tasks have completed.