Index: src/x87/codegen-x87.cc |
diff --git a/src/x87/codegen-x87.cc b/src/x87/codegen-x87.cc |
index 1128255d35eb37515673dc77dc421507f59110e9..5091e88aa3337ac2367ddf4fe0b5781885248358 100644 |
--- a/src/x87/codegen-x87.cc |
+++ b/src/x87/codegen-x87.cc |
@@ -2,13 +2,13 @@ |
// 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 "heap.h" |
-#include "macro-assembler.h" |
+#include "src/codegen.h" |
+#include "src/heap.h" |
+#include "src/macro-assembler.h" |
namespace v8 { |
namespace internal { |