diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 13:28:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 13:28:48 +0000 |
commit | 40753e96f717bbcff3bcdd8dce37d0f1d4a61cd8 (patch) | |
tree | 358c21bc074f6d4bc6a7c3e3f3c94f04100508ce /sys/arch/arm | |
parent | caea54f975623f976113b9c61796d93332d93d28 (diff) |
If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/arm32_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/arm32_machdep.c b/sys/arch/arm/arm/arm32_machdep.c index d3e6e5b96e3..6b436f2f6c9 100644 --- a/sys/arch/arm/arm/arm32_machdep.c +++ b/sys/arch/arm/arm/arm32_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arm32_machdep.c,v 1.34 2010/06/27 03:03:48 thib Exp $ */ +/* $OpenBSD: arm32_machdep.c,v 1.35 2010/06/27 13:28:46 miod Exp $ */ /* $NetBSD: arm32_machdep.c,v 1.42 2003/12/30 12:33:15 pk Exp $ */ /* @@ -55,7 +55,6 @@ #include <sys/msgbuf.h> #include <sys/device.h> #include <uvm/uvm.h> -#include <uvm/uvm_extern.h> #include <sys/sysctl.h> #include <dev/cons.h> |