Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index d468f6970cd9553d91572cd42d8d451d5c5ae210..f06f2420c348cc79d7de0707488c338ddabcb2eb 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "v8.h" |
+#include "src/v8.h" |
#if V8_TARGET_ARCH_IA32 |
-#include "ia32/lithium-codegen-ia32.h" |
-#include "ic.h" |
-#include "code-stubs.h" |
-#include "deoptimizer.h" |
-#include "stub-cache.h" |
-#include "codegen.h" |
-#include "hydrogen-osr.h" |
+#include "src/ia32/lithium-codegen-ia32.h" |
+#include "src/ic.h" |
+#include "src/code-stubs.h" |
+#include "src/deoptimizer.h" |
+#include "src/stub-cache.h" |
+#include "src/codegen.h" |
+#include "src/hydrogen-osr.h" |
namespace v8 { |
namespace internal { |