From 1e10bea11c5e4789fa36592998312d84efe09158 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:59 +0100 Subject: kern/act.h: remove unnecessary include 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(-) (limited to 'kern/act.h') diff --git a/kern/act.h b/kern/act.h index 35f1324b..6d3a9a9e 100644 --- a/kern/act.h +++ b/kern/act.h @@ -40,8 +40,6 @@ #include #include -#include "act.h"/*XXX*/ - struct task; struct thread; struct Act; -- cgit v1.2.3