Index: src/x64/cpu-x64.cc |
diff --git a/src/x64/cpu-x64.cc b/src/x64/cpu-x64.cc |
index 9243e2fb5eefd55e91c23cb753acdc8051f3f8eb..ca2b89b22688da50c6c51077312d184aba7ec5ac 100644 |
--- a/src/x64/cpu-x64.cc |
+++ b/src/x64/cpu-x64.cc |
@@ -5,15 +5,15 @@ |
// CPU specific code for x64 independent of OS goes here. |
#if defined(__GNUC__) && !defined(__MINGW64__) |
-#include "third_party/valgrind/valgrind.h" |
+#include "src/third_party/valgrind/valgrind.h" |
#endif |
-#include "v8.h" |
+#include "src/v8.h" |
#if V8_TARGET_ARCH_X64 |
-#include "cpu.h" |
-#include "macro-assembler.h" |
+#include "src/cpu.h" |
+#include "src/macro-assembler.h" |
namespace v8 { |
namespace internal { |