diff options
Diffstat (limited to 'vm/vm_pageout.c')
-rw-r--r-- | vm/vm_pageout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index 63ee8f0..d058b46 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -41,7 +41,7 @@ #include <mach/vm_param.h> #include <mach/vm_statistics.h> #include <kern/counters.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/thread.h> #include <vm/pmap.h> #include <vm/vm_map.h> |