diff --git a/ngc/ssaram.c b/ngc/ssaram.c index 908cffc33e..5dacdac282 100644 --- a/ngc/ssaram.c +++ b/ngc/ssaram.c @@ -4,10 +4,12 @@ /**************************************************************************** * SSARAM ***************************************************************************/ -#include #include #include #include + +#include + #include "ssaram.h" static char aramfix[2048] ATTRIBUTE_ALIGN(32); diff --git a/wii/mem2_manager.c b/wii/mem2_manager.c index 22bad62a13..6ed3e51a50 100644 --- a/wii/mem2_manager.c +++ b/wii/mem2_manager.c @@ -1,18 +1,19 @@ -/** - * Adopted from WiiMC (Tantric 2009-2012) and WiiFlow (http://code.google.com/p/wiiflow/) - */ +/** Adopted from WiiMC (Tantric 2009-2012) and WiiFlow (http://code.google.com/p/wiiflow/) */ + +#include +#include +#include #include #include #include -#include "../gfx/drivers/ppc_asm.h" -#include -#include -#include -#include "mem2_manager.h" + #include -// Forbid the use of MEM2 through malloc +#include "mem2_manager.h" +#include "../gfx/drivers/ppc_asm.h" + +/* Forbid the use of MEM2 through malloc */ u32 MALLOC_MEM2 = 0; /*** from libogc (lwp_heap.inl) ****/