diff options
Diffstat (limited to 'kern/condition.c')
-rw-r--r-- | kern/condition.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/condition.c b/kern/condition.c index 2c233df0..7d83f47d 100644 --- a/kern/condition.c +++ b/kern/condition.c @@ -30,7 +30,6 @@ #include <kern/spinlock.h> #include <kern/stddef.h> #include <kern/thread.h> -#include <kern/types.h> void condition_wait(struct condition *condition, struct mutex *mutex) |