summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-09-28 01:37:03 +0000
committerthorpej <thorpej@NetBSD.org>2001-09-28 01:37:03 +0000
commit46f84eb8d0c87d6ae5ee28ac0a03793a8d321fbf (patch)
tree33f4fcce27cc32c3161c9ee02b04246ac14f145e /sys/dev
parent6e9086bf0b49a4add5123ba02486895e9551236d (diff)
Fix include file mishap.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/acpica/Subsystem/dbstats.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/acpi/acpica/Subsystem/dbstats.c b/sys/dev/acpi/acpica/Subsystem/dbstats.c
index 995df4ae6fc..752ac0a956a 100644
--- a/sys/dev/acpi/acpica/Subsystem/dbstats.c
+++ b/sys/dev/acpi/acpica/Subsystem/dbstats.c
@@ -115,11 +115,11 @@
*****************************************************************************/
-#include <acpi.h>
-#include <acdebug.h>
-#include <amlcode.h>
-#include <acparser.h>
-#include <acnamesp.h>
+#include "acpi.h"
+#include "acdebug.h"
+#include "amlcode.h"
+#include "acparser.h"
+#include "acnamesp.h"
#ifdef ENABLE_DEBUGGER