diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-16 20:50:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-16 20:50:18 +0000 |
commit | 2104b5cfc2dcb54ff2570b8eb33764d36a9cfac0 (patch) | |
tree | 1e3d6e2daa59e4de760808cbc90ece1e3eb568d4 /sys/arch/sun3 | |
parent | c5602f5c4efcef436367c56c264fa2202c28f310 (diff) |
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/sun3/autoconf.c | 3 | ||||
-rw-r--r-- | sys/arch/sun3/sun3/machdep.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sun3/sun3/autoconf.c b/sys/arch/sun3/sun3/autoconf.c index 2d381e0acfc..0b1184ef1e3 100644 --- a/sys/arch/sun3/sun3/autoconf.c +++ b/sys/arch/sun3/sun3/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.19 2001/12/10 00:58:05 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.20 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.37 1996/11/20 18:57:22 gwr Exp $ */ /*- @@ -52,7 +52,6 @@ #include <sys/device.h> #include <sys/disklabel.h> #include <sys/dkstat.h> -#include <sys/map.h> #include <sys/reboot.h> #include <scsi/scsi_all.h> diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index d73b5675e44..2e4911d2617 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.47 2001/12/08 02:24:07 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.48 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> #include <sys/reboot.h> |