From 7a00044da882d30b1dea8757c7f6a1ccaa9ee08d Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sat, 4 Feb 2017 16:21:10 +0100 Subject: kern/types: split into module-specific type headers Using a single header for all types causing inclusion circular dependencies isn't very elegant and doesn't scale. --- kern/condition.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'kern/condition.h') diff --git a/kern/condition.h b/kern/condition.h index 3de39be2..4e7f7f0f 100644 --- a/kern/condition.h +++ b/kern/condition.h @@ -21,13 +21,10 @@ #ifndef _KERN_CONDITION_H #define _KERN_CONDITION_H +#include #include -#include #include #include -#include - -struct condition; static inline void condition_init(struct condition *condition) -- cgit v1.2.3