move pmap.h after vm.h include... some of the headers from pmap.h depend

upon vm.h
This commit is contained in:
jmg 2005-02-09 00:10:17 +00:00
parent 6dc45b9fcb
commit e9d4e6750b

View File

@ -68,8 +68,8 @@ __FBSDID("$FreeBSD$");
#include <sys/sysproto.h>
#include <sys/uio.h>
#include <vm/pmap.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>