summaryrefslogtreecommitdiff
path: root/interpreter/parser/psparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter/parser/psparse.c')
-rw-r--r--interpreter/parser/psparse.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/interpreter/parser/psparse.c b/interpreter/parser/psparse.c
index e0afab84ed87..8838896c4711 100644
--- a/interpreter/parser/psparse.c
+++ b/interpreter/parser/psparse.c
@@ -124,12 +124,12 @@
* templates in AmlOpInfo[]
*/
-#include <contrib/dev/acpica/acpi.h>
-#include <contrib/dev/acpica/acparser.h>
-#include <contrib/dev/acpica/acdispat.h>
-#include <contrib/dev/acpica/amlcode.h>
-#include <contrib/dev/acpica/acnamesp.h>
-#include <contrib/dev/acpica/acinterp.h>
+#include "acpi.h"
+#include "acparser.h"
+#include "acdispat.h"
+#include "amlcode.h"
+#include "acnamesp.h"
+#include "acinterp.h"
#define _COMPONENT ACPI_PARSER
ACPI_MODULE_NAME ("psparse")