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

upon vm.h
This commit is contained in:
John-Mark Gurney 2005-02-09 00:10:17 +00:00
parent 374cde5568
commit 9c21341304

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>