Index: src/x64/stub-cache-x64.cc |
diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc |
index 537f41235179452ca14c84235840a73e8083cb5f..c8be271cf969f2818214eabf041f0263bd99b6b2 100644 |
--- a/src/x64/stub-cache-x64.cc |
+++ b/src/x64/stub-cache-x64.cc |
@@ -2,14 +2,14 @@ |
// 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 "arguments.h" |
-#include "ic-inl.h" |
-#include "codegen.h" |
-#include "stub-cache.h" |
+#include "src/arguments.h" |
+#include "src/ic-inl.h" |
+#include "src/codegen.h" |
+#include "src/stub-cache.h" |
namespace v8 { |
namespace internal { |