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/mac68k | |
parent | c5602f5c4efcef436367c56c264fa2202c28f310 (diff) |
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/bus_space.c | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mac68k/mac68k/bus_space.c b/sys/arch/mac68k/mac68k/bus_space.c index 61acfdc96dc..bb2255a07a0 100644 --- a/sys/arch/mac68k/mac68k/bus_space.c +++ b/sys/arch/mac68k/mac68k/bus_space.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_space.c,v 1.14 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: bus_space.c,v 1.15 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: bus_space.c,v 1.5 1999/03/26 23:41:30 mycroft Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/extent.h> -#include <sys/map.h> #include <machine/bus.h> diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 7e438fd4462..9e47fb9fa79 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.91 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.92 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: machdep.c,v 1.207 1998/07/08 04:39:34 thorpej Exp $ */ /* @@ -81,7 +81,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/exec.h> |