File kern/act.h includes itself. Remove this include. * kern/act.h: Don't include kern/act.h.
--- kern/act.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/kern/act.h b/kern/act.h index 9175211..5ae4b9d 100644 --- a/kern/act.h +++ b/kern/act.h @@ -40,8 +40,6 @@ #include <kern/refcount.h> #include <kern/queue.h> -#include "act.h"/*XXX*/ - struct task; struct thread; struct Act; -- 1.8.1.4