summaryrefslogtreecommitdiff
path: root/kern/ipc_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r--kern/ipc_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c
index 2cf322d..2c7a3db 100644
--- a/kern/ipc_host.c
+++ b/kern/ipc_host.c
@@ -33,7 +33,7 @@
*/
#include <mach/message.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/host.h>
#include <kern/processor.h>
#include <kern/task.h>