From 9c2134130485ac25b0aa043af1c14001c993ca10 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 9 Feb 2005 00:10:17 +0000 Subject: [PATCH] move pmap.h after vm.h include... some of the headers from pmap.h depend upon vm.h --- sys/arm/arm/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index b58b2535a07f..782aef8e55a6 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -68,8 +68,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include +#include #include #include #include