diff options
Diffstat (limited to 'src/boot/boot_main.c')
| -rw-r--r-- | src/boot/boot_main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index 6951860..3ccd5e6 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -1,5 +1,4 @@ -#include "libc/stdint.h" -#include "ultra64.h" +#include "global.h" #include "idle.h" #include "m_thread.h" @@ -7,8 +6,6 @@ #include "stack.h" #include "stackcheck.h" -extern OSPiHandle* gCartHandle; // TODO: Determine where this goes - STACK(sIdleStack, 0x400); StackEntry sIdleStackInfo; StackEntry sBootStackInfo; |
