diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-18 21:13:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-18 21:13:20 +0000 |
commit | be90184410fe8aaf59012f30ea8aabcf3e8e800b (patch) | |
tree | 54ab64d4242381c3b185efd9a13ad73978f2fff0 /sys/arch/amd64 | |
parent | 1ee2a3987905eaa068967556cc3ae8de6feff2e8 (diff) |
Do not #include <sys/dkstat.h> if you don't need anything from it.
ok krw@ deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c index e4d9e121be0..5b775dd1266 100644 --- a/sys/arch/amd64/amd64/autoconf.c +++ b/sys/arch/amd64/amd64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.36 2010/09/07 16:22:48 mikeb Exp $ */ +/* $OpenBSD: autoconf.c,v 1.37 2010/11/18 21:13:16 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -47,7 +47,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/dkstat.h> #include <sys/disklabel.h> #include <sys/conf.h> #include <sys/device.h> |