diff options
author | 2015-01-27 10:12:45 +0000 | |
---|---|---|
committer | 2015-01-27 10:12:45 +0000 | |
commit | ca58f28e8a1004e679f8a974387eb57fb21db9a5 (patch) | |
tree | aa7dd6d48a6523b90a1c525c7ab12a74cf861ecc | |
parent | ENOGREP. (diff) | |
download | wireguard-openbsd-ca58f28e8a1004e679f8a974387eb57fb21db9a5.tar.xz wireguard-openbsd-ca58f28e8a1004e679f8a974387eb57fb21db9a5.zip |
remove #include <sys/workq.h>. it wont exist anymore soon.
-rw-r--r-- | sys/ddb/db_structinfo.c | 3 | ||||
-rw-r--r-- | sys/dev/softraid_raid1.c | 3 |
2 files changed, 2 insertions, 4 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> diff --git a/sys/dev/softraid_raid1.c b/sys/dev/softraid_raid1.c index 7317ac0d371..b88d1411f94 100644 --- a/sys/dev/softraid_raid1.c +++ b/sys/dev/softraid_raid1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_raid1.c,v 1.59 2014/11/18 02:37:30 tedu Exp $ */ +/* $OpenBSD: softraid_raid1.c,v 1.60 2015/01/27 10:12:45 dlg Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * @@ -33,7 +33,6 @@ #include <sys/sensors.h> #include <sys/stat.h> #include <sys/task.h> -#include <sys/workq.h> #include <sys/conf.h> #include <sys/uio.h> |