diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/boot_main.c | 2 | ||||
| -rw-r--r-- | src/boot/idle.c | 2 | ||||
| -rw-r--r-- | src/boot/libu64/pad.c (renamed from src/boot/O2/padutils.c) | 2 | ||||
| -rw-r--r-- | src/code/game.c | 2 | ||||
| -rw-r--r-- | src/code/irqmgr.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index 3ccd5e6..2ae5cfa 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -4,7 +4,7 @@ #include "m_thread.h" #include "segment_symbols.h" #include "stack.h" -#include "stackcheck.h" +#include "libu64/stackcheck.h" STACK(sIdleStack, 0x400); StackEntry sIdleStackInfo; diff --git a/src/boot/idle.c b/src/boot/idle.c index 0acda33..a958fd6 100644 --- a/src/boot/idle.c +++ b/src/boot/idle.c @@ -6,7 +6,7 @@ #include "m_thread.h" #include "segment_symbols.h" #include "stack.h" -#include "stackcheck.h" +#include "libu64/stackcheck.h" #include "z_std_dma.h" OSThread sMainThread; diff --git a/src/boot/O2/padutils.c b/src/boot/libu64/pad.c index 73745ac..9b82212 100644 --- a/src/boot/O2/padutils.c +++ b/src/boot/libu64/pad.c @@ -1,4 +1,4 @@ -#include "padutils.h" +#include "libu64/pad.h" void pad_init(Input* input) { bzero(input, sizeof(Input)); diff --git a/src/code/game.c b/src/code/game.c index 706b5c9..480dba1 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -4,7 +4,7 @@ #include "67E840.h" #include "speed_meter.h" #include "graph.h" -#include "debug.h" +#include "libu64/debug.h" #include "libc64/malloc.h" #include "6EDD10.h" #include "padmgr.h" diff --git a/src/code/irqmgr.c b/src/code/irqmgr.c index d6afb3a..82cd38d 100644 --- a/src/code/irqmgr.c +++ b/src/code/irqmgr.c @@ -1,6 +1,6 @@ #include "irqmgr.h" -#include "stackcheck.h" +#include "libu64/stackcheck.h" #include "m_thread.h" #include "PR/os_internal.h" #include "macros.h" |
