diff options
author | 2001-08-12 21:55:52 +0000 | |
---|---|---|
committer | 2001-08-12 21:55:52 +0000 | |
commit | a112becdb74f58a305fa8e5d4d469a350f832ed5 (patch) | |
tree | ba904a0eb076d949544981f44eae149003184289 | |
parent | some KNF (diff) | |
download | wireguard-openbsd-a112becdb74f58a305fa8e5d4d469a350f832ed5.tar.xz wireguard-openbsd-a112becdb74f58a305fa8e5d4d469a350f832ed5.zip |
less includes
-rw-r--r-- | sys/arch/sun3/sun3/vm_machdep.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun3/sun3/vm_machdep.c b/sys/arch/sun3/sun3/vm_machdep.c index 8b06c5a7e92..7ac7cf08602 100644 --- a/sys/arch/sun3/sun3/vm_machdep.c +++ b/sys/arch/sun3/sun3/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.18 2001/07/25 13:25:33 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.19 2001/08/12 21:55:52 mickey Exp $ */ /* $NetBSD: vm_machdep.c,v 1.35 1996/04/26 18:38:06 gwr Exp $ */ /* @@ -56,10 +56,7 @@ #include <sys/core.h> #include <sys/exec.h> -#include <vm/vm.h> #include <vm/vm_kern.h> -/* #include <vm/vm_map.h> */ - #include <uvm/uvm_extern.h> #include <machine/cpu.h> |