From ca4f508b6619fdac095ed9664f0108c037f508d1 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Thu, 9 Nov 2000 06:24:45 +0000 Subject: Move old aml interpreter code to amldb/aml/. This will be used for our reference and comparison with ACPICA aml interpreter's behavior. --- usr.sbin/acpi/amldb/amldb.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.sbin/acpi/amldb/amldb.c') diff --git a/usr.sbin/acpi/amldb/amldb.c b/usr.sbin/acpi/amldb/amldb.c index 007a1ab..ede55be 100644 --- a/usr.sbin/acpi/amldb/amldb.c +++ b/usr.sbin/acpi/amldb/amldb.c @@ -31,11 +31,11 @@ #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include -- cgit v1.1