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.c | 1 - 1 file changed, 1 deletion(-) (limited to 'kern/condition.c') 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 #include #include -#include void condition_wait(struct condition *condition, struct mutex *mutex) -- cgit v1.2.3