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/sparc64 | |
parent | c5602f5c4efcef436367c56c264fa2202c28f310 (diff) |
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/genassym.cf | 1 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/machdep.c | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 812963fafb1..1532af74a7e 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.17 2001/12/07 05:11:14 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.18 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -50,7 +50,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/disklabel.h> #include <sys/device.h> diff --git a/sys/arch/sparc64/sparc64/genassym.cf b/sys/arch/sparc64/sparc64/genassym.cf index 337faf43cfa..9ec28c28950 100644 --- a/sys/arch/sparc64/sparc64/genassym.cf +++ b/sys/arch/sparc64/sparc64/genassym.cf @@ -81,7 +81,6 @@ include <sys/param.h> include <sys/buf.h> include <sys/proc.h> -include <sys/map.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/msgbuf.h> diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index c7474426eb9..5dba14ae09a 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.28 2002/01/04 01:17:46 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.29 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -88,7 +88,6 @@ #include <sys/signalvar.h> #include <sys/proc.h> #include <sys/user.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/reboot.h> |