summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:03:59 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-09 00:28:10 +0900
commit1e10bea11c5e4789fa36592998312d84efe09158 (patch)
tree48933c0de176017b6be82692dd38ca6d00d460a2 /kern
parent94c96554e093f4b6cc947125f60e8da39031f08c (diff)
kern/act.h: remove unnecessary include
File kern/act.h includes itself. Remove this include. * kern/act.h: Don't include kern/act.h.
Diffstat (limited to 'kern')
-rw-r--r--kern/act.h2
1 files changed, 0 insertions, 2 deletions
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 <kern/refcount.h>
#include <kern/queue.h>
-#include "act.h"/*XXX*/
-
struct task;
struct thread;
struct Act;