From ed295dc6089bdf4825233b63e432fb194240b98a Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 5 Jun 2020 18:55:49 +0100 Subject: shared headers --- arm9/lib/include/OS_thread.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'arm9/lib/include/OS_thread.h') diff --git a/arm9/lib/include/OS_thread.h b/arm9/lib/include/OS_thread.h index bbdb33c9..bf62e66b 100644 --- a/arm9/lib/include/OS_thread.h +++ b/arm9/lib/include/OS_thread.h @@ -1,11 +1,7 @@ -// -// Created by red031000 on 2020-05-03. -// - #ifndef POKEDIAMOND_OS_THREAD_H #define POKEDIAMOND_OS_THREAD_H -#include "types.h" +#include "nitro/types.h" #include "OS_context.h" typedef struct OSiAlarm OSAlarm; -- cgit v1.2.3