diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2000-07-06 08:44:29 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2000-07-06 08:44:29 +0000 |
commit | e0a44e3dea30379cb8995f6227294d874bc2fc3c (patch) | |
tree | 3bb628e527b8a04eb2601492cffa09d199a54c7a | |
parent | 06b05fcc81df964479f5864a4ac153a042637411 (diff) |
Don't include <vm/vm.h> twice. (art@ ok)
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.c b/sys/arch/i386/isa/isa_machdep.c index 67b908760b8..f7a414d7782 100644 --- a/sys/arch/i386/isa/isa_machdep.c +++ b/sys/arch/i386/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.34 1999/07/23 13:18:04 niklas Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.35 2000/07/06 08:44:28 ho Exp $ */ /* $NetBSD: isa_machdep.c,v 1.22 1997/06/12 23:57:32 thorpej Exp $ */ #define ISA_DMA_STATS @@ -138,8 +138,6 @@ #include <i386/isa/isa_machdep.h> #include <i386/isa/icu.h> -#include <vm/vm.h> - #include "isadma.h" /* |