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/hp300 | |
parent | 46060610570b3dfc13ebe85ee8fbc3b33146cc2d (diff) |
No need to include <sys/dmap.h> and define related variables.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/autoconf.c b/sys/arch/hp300/hp300/autoconf.c index bd7ff0198d2..a4964a23c84 100644 --- a/sys/arch/hp300/hp300/autoconf.c +++ b/sys/arch/hp300/hp300/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.19 2001/09/19 21:32:19 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.20 2001/12/10 00:58:02 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/04/10 17:31:02 kleink Exp $ */ /* @@ -70,7 +70,6 @@ #include <sys/conf.h> #include <sys/device.h> #include <sys/disklabel.h> -#include <sys/dmap.h> #include <sys/malloc.h> #include <sys/map.h> #include <sys/mount.h> |