diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
commit | 650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch) | |
tree | 92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/arch/sun3 | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/dev/xd.c | 3 | ||||
-rw-r--r-- | sys/arch/sun3/dev/xy.c | 3 | ||||
-rw-r--r-- | sys/arch/sun3/sun3/cache.c | 3 | ||||
-rw-r--r-- | sys/arch/sun3/sun3/mem.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/sun3/dev/xd.c b/sys/arch/sun3/dev/xd.c index 590da706f57..e84c3abf773 100644 --- a/sys/arch/sun3/dev/xd.c +++ b/sys/arch/sun3/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.13 2000/11/10 15:33:08 provos Exp $ */ +/* $OpenBSD: xd.c,v 1.14 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: xd.c,v 1.10 1996/10/13 03:47:39 christos Exp $ */ /* @@ -75,7 +75,6 @@ #include <sys/syslog.h> #include <sys/dkbad.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <machine/autoconf.h> #include <machine/sun_disklabel.h> diff --git a/sys/arch/sun3/dev/xy.c b/sys/arch/sun3/dev/xy.c index 122b3f52e2c..c02a25f0dbc 100644 --- a/sys/arch/sun3/dev/xy.c +++ b/sys/arch/sun3/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.13 2000/11/10 15:33:08 provos Exp $ */ +/* $OpenBSD: xy.c,v 1.14 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: xy.c,v 1.11 1996/10/13 03:47:40 christos Exp $ */ /* @@ -75,7 +75,6 @@ #include <sys/syslog.h> #include <sys/dkbad.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <machine/autoconf.h> #include <machine/sun_disklabel.h> diff --git a/sys/arch/sun3/sun3/cache.c b/sys/arch/sun3/sun3/cache.c index a61d5e8de12..d19722d7953 100644 --- a/sys/arch/sun3/sun3/cache.c +++ b/sys/arch/sun3/sun3/cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.c,v 1.6 2000/05/02 21:49:36 miod Exp $ */ +/* $OpenBSD: cache.c,v 1.7 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: cache.c,v 1.5 1996/11/20 18:57:24 gwr Exp $ */ /*- @@ -50,7 +50,6 @@ #include <sys/queue.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <vm/vm_page.h> #include <machine/cpu.h> diff --git a/sys/arch/sun3/sun3/mem.c b/sys/arch/sun3/sun3/mem.c index e38d40ccb77..c4d0d8292ff 100644 --- a/sys/arch/sun3/sun3/mem.c +++ b/sys/arch/sun3/sun3/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.14 2001/08/11 23:21:14 art Exp $ */ +/* $OpenBSD: mem.c,v 1.15 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: mem.c,v 1.19 1995/08/08 21:09:01 gwr Exp $ */ /* @@ -56,7 +56,6 @@ #include <sys/uio.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #include <machine/conf.h> #include <machine/cpu.h> |