summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/os/stoptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ultralib/src/os/stoptimer.c')
-rw-r--r--lib/ultralib/src/os/stoptimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ultralib/src/os/stoptimer.c b/lib/ultralib/src/os/stoptimer.c
index b6db1c1..8688d6f 100644
--- a/lib/ultralib/src/os/stoptimer.c
+++ b/lib/ultralib/src/os/stoptimer.c
@@ -1,7 +1,7 @@
#include "PR/os_internal.h"
#include "PR/ultraerror.h"
-#include "osint.h"
-#include "../io/viint.h"
+#include "PRinternal/osint.h"
+#include "PRinternal/viint.h"
int osStopTimer(OSTimer* t) {
register u32 savedMask;