diff options
Diffstat (limited to 'src/boot_O2/stackcheck.c')
| -rw-r--r-- | src/boot_O2/stackcheck.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot_O2/stackcheck.c b/src/boot_O2/stackcheck.c index 7079eff8e..20e56f480 100644 --- a/src/boot_O2/stackcheck.c +++ b/src/boot_O2/stackcheck.c @@ -1,5 +1,4 @@ -#include <ultra64.h> -#include <global.h> +#include "global.h" StackEntry* sStackInfoListStart = NULL; StackEntry* sStackInfoListEnd = NULL; |
