diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
commit | f86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch) | |
tree | d3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/dev/acpi/dsdt.c | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/dev/acpi/dsdt.c')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index 20dd8af22d7..ee2498f606d 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.213 2014/07/20 12:20:38 kettenis Exp $ */ +/* $OpenBSD: dsdt.c,v 1.214 2014/09/14 14:17:24 jsg Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -20,7 +20,6 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/proc.h> #include <machine/bus.h> |