From 6220605dae2ba77b56a0dfe4ed544d0c1001feae Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 27 Oct 2013 00:51:46 +0000 Subject: Remove all #include from arm code. It's already included by vm/pmap.h, which is a prerequisite for arm/machine/pmap.h so there's no reason to ever include it directly. Thanks to alc@ for pointing this out. --- sys/arm/allwinner/a10_machdep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/arm/allwinner') diff --git a/sys/arm/allwinner/a10_machdep.c b/sys/arm/allwinner/a10_machdep.c index 5282013..d837b09 100644 --- a/sys/arm/allwinner/a10_machdep.c +++ b/sys/arm/allwinner/a10_machdep.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include -- cgit v1.1