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/dev/xy.c | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/arch/sun3/dev/xy.c')
-rw-r--r-- | sys/arch/sun3/dev/xy.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |