diff options
Diffstat (limited to 'arm9/lib/include/OS_mutex.h')
-rw-r--r-- | arm9/lib/include/OS_mutex.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arm9/lib/include/OS_mutex.h b/arm9/lib/include/OS_mutex.h index 5db66fbe..a2cdff23 100644 --- a/arm9/lib/include/OS_mutex.h +++ b/arm9/lib/include/OS_mutex.h @@ -1,11 +1,7 @@ -// -// Created by red031000 on 2020-05-17. -// - #ifndef POKEDIAMOND_OS_MUTEX_H #define POKEDIAMOND_OS_MUTEX_H -#include "types.h" +#include "nitro/types.h" #include "OS_thread.h" struct OSMutex { |