diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-11 23:21:15 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-11 23:21:15 +0000 |
commit | 809e9eb9e50e7b7484dd3226a1eb381f2686c9d6 (patch) | |
tree | 63253a123c1eeceb29b1a83b79e81394cd62f541 /sys/arch/mvme88k | |
parent | fa4ba1712e50f3548803d67a14483102845e8116 (diff) |
Unnecessary and redundant includes.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/dev/if_ve.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vme.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/vm_machdep.c | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/sys/arch/mvme88k/dev/if_ve.c b/sys/arch/mvme88k/dev/if_ve.c index 15ad3fc720e..f0be73cd82a 100644 --- a/sys/arch/mvme88k/dev/if_ve.c +++ b/sys/arch/mvme88k/dev/if_ve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ve.c,v 1.7 2001/07/09 22:28:27 fgsch Exp $ */ +/* $OpenBSD: if_ve.c,v 1.8 2001/08/11 23:21:13 art Exp $ */ /*- * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1982, 1992, 1993 @@ -67,7 +67,6 @@ #endif #include <vm/vm.h> -#include <vm/vm_map.h> #include <vm/vm_kern.h> #include <machine/autoconf.h> diff --git a/sys/arch/mvme88k/dev/vme.c b/sys/arch/mvme88k/dev/vme.c index 0b7f6cd7ef0..85f3da607e3 100644 --- a/sys/arch/mvme88k/dev/vme.c +++ b/sys/arch/mvme88k/dev/vme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vme.c,v 1.9 2001/03/09 05:44:39 smurph Exp $ */ +/* $OpenBSD: vme.c,v 1.10 2001/08/11 23:21:13 art Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1995 Theo de Raadt @@ -43,7 +43,6 @@ #include <sys/fcntl.h> #include <sys/device.h> #include <vm/vm.h> -#include <vm/vm_map.h> #include <vm/vm_kern.h> #include "machine/autoconf.h" #include "machine/cpu.h" diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 0fb0fc1712e..2889635317c 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.49 2001/08/11 01:57:25 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.50 2001/08/11 23:21:13 art Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -95,9 +95,7 @@ #include <dev/cons.h> #include <vm/vm.h> -#include <vm/vm_map.h> #include <vm/vm_kern.h> -#include <vm/vm_page.h> #include <uvm/uvm_extern.h> diff --git a/sys/arch/mvme88k/mvme88k/vm_machdep.c b/sys/arch/mvme88k/mvme88k/vm_machdep.c index c6f9f6dea25..20b4b50db2b 100644 --- a/sys/arch/mvme88k/mvme88k/vm_machdep.c +++ b/sys/arch/mvme88k/mvme88k/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.30 2001/08/11 01:54:07 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.31 2001/08/11 23:21:14 art Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. @@ -58,7 +58,6 @@ #include <vm/vm.h> #include <vm/vm_kern.h> -#include <vm/vm_map.h> #include <uvm/uvm_extern.h> |