From cf1a39c26fca0f7827fef79d08b114fde1c43cce Mon Sep 17 00:00:00 2001 From: mzxrules Date: Wed, 26 Feb 2025 17:18:30 -0500 Subject: Reduce dependencies on global.h (10) (#2490) * reduce z64.h size * fix z_cheap_proc.inc.c * ,bss * remove temp delcaration --- src/code/PreRender.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/code/PreRender.c') diff --git a/src/code/PreRender.c b/src/code/PreRender.c index 8e002a5a1..9dcb28f3a 100644 --- a/src/code/PreRender.c +++ b/src/code/PreRender.c @@ -5,8 +5,15 @@ * buffer copies and coverage drawing. Also contains software implementations of the Video Interface anti-aliasing and * divot filters. */ -#include "global.h" +#include "libu64/debug.h" #include "alloca.h" +#include "color.h" +#include "gfx.h" +#include "prerender.h" +#include "regs.h" + +#include "macros.h" +#include "global.h" void PreRender_SetValuesSave(PreRender* this, u32 width, u32 height, void* fbuf, void* zbuf, void* cvg) { this->widthSave = width; -- cgit v1.2.3