summaryrefslogtreecommitdiff
path: root/src/code/graph.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/graph.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/graph.c')
-rw-r--r--src/code/graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 046e04d37..c77ef7108 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -1,5 +1,6 @@
#include "global.h"
#include "fault.h"
+#include "sys_ucode.h"
#include "terminal.h"
#include "ucode_disas.h"
#include "versions.h"