summaryrefslogtreecommitdiff
path: root/kern/act.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/act.c')
-rw-r--r--kern/act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/act.c b/kern/act.c
index 2954826..18dd7ba 100644
--- a/kern/act.c
+++ b/kern/act.c
@@ -35,7 +35,7 @@
#include <kern/zalloc.h>
#include <kern/thread.h>
#include <kern/task.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/act.h>
#include <kern/current.h>
#include "ipc_target.h"