machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks to

Alan Cox for pointing this out.
This commit is contained in:
Nathan Whitehorn 2013-10-26 13:18:39 +00:00
parent 6b66c350a7
commit e889db8841

View file

@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/pmap.h>
#include <machine/bus.h>
#include <machine/fdt.h>