diff options
author | 2014-07-10 13:52:15 +0000 | |
---|---|---|
committer | 2014-07-10 13:52:15 +0000 | |
commit | 0caba56ea2ca0029caa504619c1a2440f499a960 (patch) | |
tree | ba4293201cb921979d4dc13f9bf07dd5739a0c01 | |
parent | Tweak accept pacing in pptp. Add handling when accept_add() fails and (diff) | |
download | wireguard-openbsd-0caba56ea2ca0029caa504619c1a2440f499a960.tar.xz wireguard-openbsd-0caba56ea2ca0029caa504619c1a2440f499a960.zip |
remove unneeded header
ok mlarkin@
-rw-r--r-- | sys/dev/acpi/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index cc43d24bdfd..b74cb27c529 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.260 2014/07/01 19:13:19 kettenis Exp $ */ +/* $OpenBSD: acpi.c,v 1.261 2014/07/10 13:52:15 blambert Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -27,7 +27,6 @@ #include <sys/signalvar.h> #include <sys/proc.h> #include <sys/kthread.h> -#include <sys/workq.h> #include <sys/sched.h> #include <sys/reboot.h> |