Index: src/x87/builtins-x87.cc |
diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc |
index d21c77bee44820ace424051afb060aefe10eceb1..8db42d8e5609d9d2467e734cf542e179e585f0fd 100644 |
--- a/src/x87/builtins-x87.cc |
+++ b/src/x87/builtins-x87.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_X87 |
-#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 { |