remove unneeded #include <vm/vm_map.h>

This commit is contained in:
Andrew Gallatin 2001-05-31 23:31:34 +00:00
parent e0038fe587
commit c6c87f2a18
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@
#include <sys/lock.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/cons.h>

View File

@ -36,7 +36,6 @@
#include <machine/sgmap.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
MALLOC_DEFINE(M_SGMAP, "sgmap", "Scatter Gather mapping");