diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 23:55:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 23:55:02 +0000 |
commit | f12b94ec8ecf2f8fdfc35f027a67aed89fa2927c (patch) | |
tree | 84efa60b89827600da7b097ee8536ca4ab313332 /sys/dev/acpi/acpi.c | |
parent | ce8e5b8193175730882a417c60a970c82e1894f7 (diff) |
Nuke yet more obvious #include duplications.
ok miod@
Diffstat (limited to 'sys/dev/acpi/acpi.c')
-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 7015c2ce7e5..37b092787de 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.273 2014/11/08 07:45:10 mlarkin Exp $ */ +/* $OpenBSD: acpi.c,v 1.274 2014/11/18 23:55:01 krw Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -47,7 +47,6 @@ #include <dev/acpi/dsdt.h> #include <dev/wscons/wsdisplayvar.h> -#include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> #include <dev/pci/ppbreg.h> |