remove #include <sys/workq.h>. it wont exist anymore soon.
authordlg <dlg@openbsd.org>
Tue, 27 Jan 2015 10:12:45 +0000 (10:12 +0000)
committerdlg <dlg@openbsd.org>
Tue, 27 Jan 2015 10:12:45 +0000 (10:12 +0000)
sys/ddb/db_structinfo.c
sys/dev/softraid_raid1.c

index ac16e90..7e6309e 100644 (file)
@@ -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>
index 7317ac0..b88d141 100644 (file)
@@ -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>