move pmap.h after vm.h include... some of the headers from pmap.h depend
upon vm.h
This commit is contained in:
parent
6dc45b9fcb
commit
e9d4e6750b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user