Index: src/x64/builtins-x64.cc |
diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc |
index a88025f0eddf68d04557642f6b9e6acbb8df04a9..fa359c5bc6e5ae9e54537db0d3a144a2ecfb1134 100644 |
--- a/src/x64/builtins-x64.cc |
+++ b/src/x64/builtins-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 "codegen.h" |
-#include "deoptimizer.h" |
-#include "full-codegen.h" |
-#include "stub-cache.h" |
+#include "src/codegen.h" |
+#include "src/deoptimizer.h" |
+#include "src/full-codegen.h" |
+#include "src/stub-cache.h" |
namespace v8 { |
namespace internal { |