diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-10 00:58:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-10 00:58:06 +0000 |
commit | dc90644bb9abb92ae865031bc31a938d81103fa9 (patch) | |
tree | 1236fa8b9d0fa7f28dd6c9b3adea30be7a5a5249 /sys/arch/mvme88k | |
parent | 46060610570b3dfc13ebe85ee8fbc3b33146cc2d (diff) |
No need to include <sys/dmap.h> and define related variables.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/autoconf.c b/sys/arch/mvme88k/mvme88k/autoconf.c index d5d8356a24a..86ddea18b1a 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.16 2001/11/20 23:55:39 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.17 2001/12/10 00:58:04 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -36,7 +36,6 @@ #include <sys/map.h> #include <sys/buf.h> #include <sys/dkstat.h> -#include <sys/dmap.h> #include <sys/reboot.h> #include <sys/conf.h> #include <sys/device.h> |