diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-06-01 19:24:26 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-06-01 19:24:26 +0000 |
| commit | 2905414949c3df353f28937d0bca568c12636116 (patch) | |
| tree | 156ed9f8c6536a9bfada1c1641fcc1705dbb3751 /common/dmtbdump.c | |
| parent | 9f8a94ab2f363bbcef2d87ddd20716e12ff0a2d9 (diff) | |
Notes
Diffstat (limited to 'common/dmtbdump.c')
| -rw-r--r-- | common/dmtbdump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dmtbdump.c b/common/dmtbdump.c index 03ca3239117c6..fcae4a0e5dd2b 100644 --- a/common/dmtbdump.c +++ b/common/dmtbdump.c @@ -114,9 +114,9 @@ * *****************************************************************************/ -#include <contrib/dev/acpica/acpi.h> -#include <contrib/dev/acpica/acdisasm.h> -#include <contrib/dev/acpica/actables.h> +#include "acpi.h" +#include "acdisasm.h" +#include "actables.h" /* This module used for application-level code only */ |
