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/solbourne | |
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/solbourne')
-rw-r--r-- | sys/arch/solbourne/solbourne/machdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/solbourne/solbourne/machdep.c b/sys/arch/solbourne/solbourne/machdep.c index 92ed8df10e6..f3bc2efa62b 100644 --- a/sys/arch/solbourne/solbourne/machdep.c +++ b/sys/arch/solbourne/solbourne/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.14 2009/08/11 19:17:17 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.15 2010/06/27 13:28:47 miod Exp $ */ /* OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp */ /* @@ -62,7 +62,7 @@ #include <sys/sysctl.h> #include <sys/extent.h> -#include <uvm/uvm_extern.h> +#include <uvm/uvm.h> #include <dev/rndvar.h> @@ -81,8 +81,6 @@ #include <sparc/sparc/cache.h> #include <sparc/sparc/cpuvar.h> -#include <uvm/uvm.h> - #include "auxreg.h" #include <sparc/sparc/intreg.h> |