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/aviion | |
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/aviion')
-rw-r--r-- | sys/arch/aviion/aviion/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/aviion/aviion/autoconf.c b/sys/arch/aviion/aviion/autoconf.c index 024d3e7d7b7..971277223c1 100644 --- a/sys/arch/aviion/aviion/autoconf.c +++ b/sys/arch/aviion/aviion/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.11 2010/04/18 15:05:26 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.12 2010/11/18 21:13:19 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -34,7 +34,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/dkstat.h> #include <sys/reboot.h> #include <sys/conf.h> #include <sys/device.h> |