From 666cb6ad4a673a7d40db270f5a0a3755553314e9 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Thu, 25 Apr 2024 21:16:47 -0400 Subject: More header cleanup (#1604) * low hanging fruits on variables.h * z_actor functions * Move RomFile to z64object.h * Revert "z_actor functions" This reverts commit aa99967d165070d651901e459368c4f5418ef0ab. * yeet * z64actor_dlftbls.h * Move object segment declarations to object_table.c * Move Camera functions * z64nmi_buff.h * fix merge * su_mtx.h, sys_cmpdma.h and sys_initial_check.h * sys_ucode.h * sys_flashrom.h * Remove unnecessary includes * z64kanfont.h * flg_set.h * z64DLF.h * z64lifemeter.h * z64path.h * format * ObjectOverlay * bss * Yeet ObjectOverlay * review * review * format * bss * z64font.h --- src/code/sys_ucode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/code/sys_ucode.c') diff --git a/src/code/sys_ucode.c b/src/code/sys_ucode.c index df59275e2..068afb4cc 100644 --- a/src/code/sys_ucode.c +++ b/src/code/sys_ucode.c @@ -2,7 +2,8 @@ * File: sys_ucode.c * Description: Functions for obtaining locations and sizes of microcode */ -#include "global.h" + +#include "sys_ucode.h" u64* initialgspUcodeText = gspF3DZEX2_NoN_PosLight_fifoTextStart; u64* initialgspUcodeData = gspF3DZEX2_NoN_PosLight_fifoDataStart; -- cgit v1.2.3