summaryrefslogtreecommitdiff
path: root/vm/vm_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_kern.c')
-rw-r--r--vm/vm_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_kern.c b/vm/vm_kern.c
index 786daaa..33f47c7 100644
--- a/vm/vm_kern.c
+++ b/vm/vm_kern.c
@@ -39,7 +39,7 @@
#include <mach/kern_return.h>
#include <machine/vm_param.h>
#include <kern/assert.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/lock.h>
#include <kern/thread.h>
#include <vm/vm_fault.h>