summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-18 21:13:20 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-18 21:13:20 +0000
commitbe90184410fe8aaf59012f30ea8aabcf3e8e800b (patch)
tree54ab64d4242381c3b185efd9a13ad73978f2fff0 /sys/arch/solbourne
parent1ee2a3987905eaa068967556cc3ae8de6feff2e8 (diff)
Do not #include <sys/dkstat.h> if you don't need anything from it.
ok krw@ deraadt@
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r--sys/arch/solbourne/solbourne/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/solbourne/solbourne/autoconf.c b/sys/arch/solbourne/solbourne/autoconf.c
index dd15907f719..cd0d7035ae3 100644
--- a/sys/arch/solbourne/solbourne/autoconf.c
+++ b/sys/arch/solbourne/solbourne/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.11 2010/06/26 23:24:44 guenther Exp $ */
+/* $OpenBSD: autoconf.c,v 1.12 2010/11/18 21:13:19 miod Exp $ */
/* OpenBSD: autoconf.c,v 1.64 2005/03/23 17:10:24 miod Exp */
/*
@@ -50,7 +50,6 @@
#include <sys/disklabel.h>
#include <sys/device.h>
#include <sys/disk.h>
-#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/socket.h>