Index: src/incremental-marking.cc |
diff --git a/src/incremental-marking.cc b/src/incremental-marking.cc |
index bf5d8ccbcae3f93d8215b4601f8fedc0a64fc95a..8a158c341d95765e67cde90e3524e8af5f773d7b 100644 |
--- a/src/incremental-marking.cc |
+++ b/src/incremental-marking.cc |
@@ -2,15 +2,15 @@ |
// 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" |
-#include "incremental-marking.h" |
+#include "src/incremental-marking.h" |
-#include "code-stubs.h" |
-#include "compilation-cache.h" |
-#include "conversions.h" |
-#include "objects-visiting.h" |
-#include "objects-visiting-inl.h" |
+#include "src/code-stubs.h" |
+#include "src/compilation-cache.h" |
+#include "src/conversions.h" |
+#include "src/objects-visiting.h" |
+#include "src/objects-visiting-inl.h" |
namespace v8 { |
namespace internal { |