summaryrefslogtreecommitdiff
path: root/sys/ddb/db_structinfo.c
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/ddb/db_structinfo.c
parent1ee2a3987905eaa068967556cc3ae8de6feff2e8 (diff)
Do not #include <sys/dkstat.h> if you don't need anything from it.
ok krw@ deraadt@
Diffstat (limited to 'sys/ddb/db_structinfo.c')
-rw-r--r--sys/ddb/db_structinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c
index 0099e23b29f..84a4e35a6e0 100644
--- a/sys/ddb/db_structinfo.c
+++ b/sys/ddb/db_structinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_structinfo.c,v 1.3 2010/06/28 23:00:30 guenther Exp $ */
+/* $OpenBSD: db_structinfo.c,v 1.4 2010/11/18 21:13:19 miod Exp $ */
/* public domain */
/*
* This file is intended to be compiled with debug information,
@@ -21,7 +21,6 @@
#include <sys/disklabel.h>
#include <sys/dirent.h>
#include <sys/dkbad.h>
-#include <sys/dkstat.h>
#include <sys/evcount.h>
#include <sys/event.h>
#include <sys/eventvar.h>