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/amd64 | |
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/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 68bb5bc526b..c8967560102 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.112 2010/06/27 03:03:48 thib Exp $ */ +/* $OpenBSD: machdep.c,v 1.113 2010/06/27 13:28:46 miod Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -95,9 +95,6 @@ #include <stand/boot/bootarg.h> #include <uvm/uvm.h> -#include <uvm/uvm_extern.h> -#include <uvm/uvm_page.h> -#include <uvm/uvm_swap.h> #include <sys/sysctl.h> |