Index: src/full-codegen/ppc/full-codegen-ppc.cc |
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc |
index 42c348a0f63eb4a558e623ce38784d82fca84f9c..c3998ce3bb59ad4c8e723e4f2a19b93c96153d67 100644 |
--- a/src/full-codegen/ppc/full-codegen-ppc.cc |
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc |
@@ -4,14 +4,14 @@ |
#if V8_TARGET_ARCH_PPC |
+#include "src/ast/scopes.h" |
#include "src/code-factory.h" |
#include "src/code-stubs.h" |
#include "src/codegen.h" |
#include "src/debug/debug.h" |
#include "src/full-codegen/full-codegen.h" |
#include "src/ic/ic.h" |
-#include "src/parser.h" |
-#include "src/scopes.h" |
+#include "src/parsing/parser.h" |
#include "src/ppc/code-stubs-ppc.h" |
#include "src/ppc/macro-assembler-ppc.h" |