diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-15 01:19:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-15 01:19:09 +0000 |
commit | b3baaea0979a25b53b0b1c185c1d14b27979cf56 (patch) | |
tree | 256fec7fac7f6b6e4c1f880cba4c4dc84de6f9a5 /sys/arch/mvme88k | |
parent | 1b1e39c080a01a973d6f12625408ca888484a665 (diff) |
no need to include machine/disklabel.h when sys/disklabel.h is already
pulled in.
look at how doing it in one architecture gets that code copied to the
derivative architectures... amazing..
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 670b46d89c1..a28f1fff6a2 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.38 2007/06/01 19:25:10 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.39 2007/06/15 01:19:08 deraadt Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -44,7 +44,6 @@ #include <machine/asm_macro.h> /* enable/disable interrupts */ #include <machine/autoconf.h> #include <machine/cpu.h> -#include <machine/disklabel.h> #include <machine/vmparam.h> #include <scsi/scsi_all.h> |