Index: src/x64/frames-x64.cc |
diff --git a/src/x64/frames-x64.cc b/src/x64/frames-x64.cc |
index 7121d68cd392650aad3c8ceb44500e34c07b3236..5513308828e746d61cf02e060b25369dd16c3773 100644 |
--- a/src/x64/frames-x64.cc |
+++ b/src/x64/frames-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 "assembler.h" |
-#include "assembler-x64.h" |
-#include "assembler-x64-inl.h" |
-#include "frames.h" |
+#include "src/assembler.h" |
+#include "src/x64/assembler-x64.h" |
+#include "src/x64/assembler-x64-inl.h" |
+#include "src/frames.h" |
namespace v8 { |
namespace internal { |