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/acpibat.c | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/dev/acpi/acpibat.c')
-rw-r--r-- | sys/dev/acpi/acpibat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpibat.c b/sys/dev/acpi/acpibat.c index 093be741466..f7b144e62af 100644 --- a/sys/dev/acpi/acpibat.c +++ b/sys/dev/acpi/acpibat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpibat.c,v 1.60 2014/05/23 19:17:39 landry Exp $ */ +/* $OpenBSD: acpibat.c,v 1.61 2014/09/14 14:17:24 jsg Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -16,7 +16,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/device.h> #include <sys/malloc.h> |