aboutsummaryrefslogtreecommitdiff
path: root/interpreter/dispatcher/dsinit.c
diff options
context:
space:
mode:
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")