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/mvme68k | |
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/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/autoconf.c b/sys/arch/mvme68k/mvme68k/autoconf.c index c9235e5576f..0a83e329c69 100644 --- a/sys/arch/mvme68k/mvme68k/autoconf.c +++ b/sys/arch/mvme68k/mvme68k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.39 2007/06/01 19:25:10 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.40 2007/06/15 01:19:08 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -82,7 +82,6 @@ #include <machine/vmparam.h> #include <machine/autoconf.h> -#include <machine/disklabel.h> #include <machine/cpu.h> #include <machine/pte.h> |