Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index bda7938c2e968198709679586edfe09f86301365..0a12952875f1483bd8da206ae9e1485d0e092b7f 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -2,15 +2,15 @@ |
// 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_X64 |
-#include "bootstrapper.h" |
-#include "code-stubs.h" |
-#include "regexp-macro-assembler.h" |
-#include "stub-cache.h" |
-#include "runtime.h" |
+#include "src/bootstrapper.h" |
+#include "src/code-stubs.h" |
+#include "src/regexp-macro-assembler.h" |
+#include "src/stub-cache.h" |
+#include "src/runtime.h" |
namespace v8 { |
namespace internal { |