From 46399145833eb2367946c72c1ed2088897658f4d Mon Sep 17 00:00:00 2001 From: mzxrules Date: Thu, 13 Feb 2025 18:15:14 -0500 Subject: 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 --- src/code/graph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/graph.c') 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" -- cgit v1.2.3