Index: src/incremental-marking.h |
diff --git a/src/incremental-marking.h b/src/incremental-marking.h |
index 2ea30b17c2fff07d5243648365f8b745f48d0bfd..31b97142b6d34386062dfae0e20f5194649e58bd 100644 |
--- a/src/incremental-marking.h |
+++ b/src/incremental-marking.h |
@@ -6,9 +6,9 @@ |
#define V8_INCREMENTAL_MARKING_H_ |
-#include "execution.h" |
-#include "mark-compact.h" |
-#include "objects.h" |
+#include "src/execution.h" |
+#include "src/mark-compact.h" |
+#include "src/objects.h" |
namespace v8 { |
namespace internal { |