diff options
author | msmith <msmith@FreeBSD.org> | 2000-09-30 20:13:57 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-09-30 20:13:57 +0000 |
commit | 017c58324c4e1ec2f7ba068f6d99153cb68860eb (patch) | |
tree | b10b5b6d88584f223972c0338f546db92be52627 /usr.sbin/acpi/amldb/debug.c | |
parent | 43b494595ef50e9426434fd028f71567c7fc2e36 (diff) | |
download | FreeBSD-src-017c58324c4e1ec2f7ba068f6d99153cb68860eb.zip FreeBSD-src-017c58324c4e1ec2f7ba068f6d99153cb68860eb.tar.gz |
Update include paths for new header locations.
Submitted by: iwasaki
Diffstat (limited to 'usr.sbin/acpi/amldb/debug.c')
-rw-r--r-- | usr.sbin/acpi/amldb/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/acpi/amldb/debug.c b/usr.sbin/acpi/amldb/debug.c index 794c3d6..080cb53 100644 --- a/usr.sbin/acpi/amldb/debug.c +++ b/usr.sbin/acpi/amldb/debug.c @@ -29,7 +29,6 @@ */ #include <sys/param.h> -#include <sys/acpi.h> #include <dev/acpi/aml/aml_name.h> #include <dev/acpi/aml/aml_amlmem.h> |