diff options
author | Richard Braun <rbraun@sceen.net> | 2017-05-30 22:16:59 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-05-30 22:16:59 +0200 |
commit | 436fe6cb9711401fcc1f1d8fc29025f1aec5b774 (patch) | |
tree | 521e9c563f161e8faa6370372af26b3a4f5623ae /kern/rtmutex_i.h | |
parent | 4eaa58c85eec654eb8bf8e002b3f3a419f5ce16b (diff) |
Move assert.h to the include directory
This turns assert.h into a standard header.
Diffstat (limited to 'kern/rtmutex_i.h')
-rw-r--r-- | kern/rtmutex_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/rtmutex_i.h b/kern/rtmutex_i.h index 2f2cc17f..984cfd16 100644 --- a/kern/rtmutex_i.h +++ b/kern/rtmutex_i.h @@ -18,10 +18,10 @@ #ifndef _KERN_RTMUTEX_I_H #define _KERN_RTMUTEX_I_H +#include <assert.h> #include <stdbool.h> #include <stdint.h> -#include <kern/assert.h> #include <kern/atomic.h> #include <kern/rtmutex_types.h> #include <kern/thread.h> |