summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-01-27 10:12:46 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-01-27 10:12:46 +0000
commit5647507e3a1cff6e891bdf91c5200d1122bf850a (patch)
treeb70daab9a1a690ddc4d85ccc59b05f8520656cba /sys/ddb
parent6e1ed10eddcebd38a0c235de7be06c7285a428da (diff)
remove #include <sys/workq.h>. it wont exist anymore soon.
Diffstat (limited to 'sys/ddb')
-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 ac16e90336b..7e6309eb764 100644
--- a/sys/ddb/db_structinfo.c
+++ b/sys/ddb/db_structinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_structinfo.c,v 1.11 2014/12/19 09:02:39 reyk Exp $ */
+/* $OpenBSD: db_structinfo.c,v 1.12 2015/01/27 10:12:45 dlg Exp $ */
/* public domain */
/*
* This file is intended to be compiled with debug information,
@@ -86,7 +86,6 @@
#include <sys/vmmeter.h>
#include <sys/vnode.h>
#include <sys/wait.h>
-#include <sys/workq.h>
#include <machine/cpu.h>
#include <machine/conf.h>