summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/psopcode.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-10-24 04:31:06 +0000
committerobrien <obrien@FreeBSD.org>2005-10-24 04:31:06 +0000
commit0a657a32e3cd6217b133d297cfeb84d5350217a3 (patch)
tree03e658bdc1c3d591cedc5db97b2ce843e00e71cc /sys/contrib/dev/acpica/psopcode.c
parent3146a26ffd5d25e96479a1afc73b8bbf67989a76 (diff)
downloadFreeBSD-src-0a657a32e3cd6217b133d297cfeb84d5350217a3.zip
FreeBSD-src-0a657a32e3cd6217b133d297cfeb84d5350217a3.tar.gz
Vendor import of Intel ACPI-CA 20041119 with system includes fixups.
Diffstat (limited to 'sys/contrib/dev/acpica/psopcode.c')
-rw-r--r--sys/contrib/dev/acpica/psopcode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/psopcode.c b/sys/contrib/dev/acpica/psopcode.c
index d2332f2..c42bf82 100644
--- a/sys/contrib/dev/acpica/psopcode.c
+++ b/sys/contrib/dev/acpica/psopcode.c
@@ -115,9 +115,9 @@
*****************************************************************************/
-#include "acpi.h"
-#include "acparser.h"
-#include "amlcode.h"
+#include <contrib/dev/acpica/acpi.h>
+#include <contrib/dev/acpica/acparser.h>
+#include <contrib/dev/acpica/amlcode.h>
#define _COMPONENT ACPI_PARSER
OpenPOWER on IntegriCloud