aboutsummaryrefslogtreecommitdiff
path: root/interpreter/dispatcher/dsinit.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-06-01 19:24:26 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-06-01 19:24:26 +0000
commit2905414949c3df353f28937d0bca568c12636116 (patch)
tree156ed9f8c6536a9bfada1c1641fcc1705dbb3751 /interpreter/dispatcher/dsinit.c
parent9f8a94ab2f363bbcef2d87ddd20716e12ff0a2d9 (diff)
Notes
Diffstat (limited to 'interpreter/dispatcher/dsinit.c')
-rw-r--r--interpreter/dispatcher/dsinit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/interpreter/dispatcher/dsinit.c b/interpreter/dispatcher/dsinit.c
index 32335e515ef45..7a922da90ab31 100644
--- a/interpreter/dispatcher/dsinit.c
+++ b/interpreter/dispatcher/dsinit.c
@@ -116,10 +116,10 @@
#define __DSINIT_C__
-#include <contrib/dev/acpica/acpi.h>
-#include <contrib/dev/acpica/acdispat.h>
-#include <contrib/dev/acpica/acnamesp.h>
-#include <contrib/dev/acpica/actables.h>
+#include "acpi.h"
+#include "acdispat.h"
+#include "acnamesp.h"
+#include "actables.h"
#define _COMPONENT ACPI_DISPATCHER
ACPI_MODULE_NAME ("dsinit")