summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-09-28 00:43:40 +0000
committerthorpej <thorpej@NetBSD.org>2001-09-28 00:43:40 +0000
commitc3e86966fb7ab54ca44aea153f07163edfa84cb8 (patch)
treef4a29b9789f4ac6c053a1b05caca4805d5bb55af /sys/dev
parent415b593488a339038a03e0e26016ee0b6d3e8571 (diff)
We've flattened out the directory heirarchy -- acenv.h is not found
in platform/ in our tree.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/acpica/Subsystem/acpi.h2
-rw-r--r--sys/dev/acpi/acpica/Subsystem/acpiosxf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpica/Subsystem/acpi.h b/sys/dev/acpi/acpica/Subsystem/acpi.h
index 40341484438..eb4723576a1 100644
--- a/sys/dev/acpi/acpica/Subsystem/acpi.h
+++ b/sys/dev/acpi/acpica/Subsystem/acpi.h
@@ -123,7 +123,7 @@
* in the rest of the source code again and again.
*/
#include "acconfig.h" /* Configuration constants */
-#include "platform/acenv.h" /* Target environment specific items */
+#include "acenv.h" /* Target environment specific items */
#include "actypes.h" /* Fundamental common data types */
#include "acexcep.h" /* ACPI exception codes */
#include "acmacros.h" /* C macros */
diff --git a/sys/dev/acpi/acpica/Subsystem/acpiosxf.h b/sys/dev/acpi/acpica/Subsystem/acpiosxf.h
index ade1e003c6c..ec8c7870844 100644
--- a/sys/dev/acpi/acpica/Subsystem/acpiosxf.h
+++ b/sys/dev/acpi/acpica/Subsystem/acpiosxf.h
@@ -120,7 +120,7 @@
#ifndef __ACPIOSXF_H__
#define __ACPIOSXF_H__
-#include "platform/acenv.h"
+#include "acenv.h"
#include "actypes.h"