diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 31ef0420..4f358bd8 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -40,7 +40,7 @@ #include <mach/vm_attributes.h> #include <mach/vm_param.h> #include <kern/assert.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/zalloc.h> #include <vm/vm_fault.h> #include <vm/vm_map.h> |