Chromium Code Reviews| Index: src/mark-compact-inl.h |
| diff --git a/src/mark-compact-inl.h b/src/mark-compact-inl.h |
| index 608a0ec98e8882812c43076855a071ad68e9a61c..d1374c4b5d9d3a4f9ae2886335a7b50945665537 100644 |
| --- a/src/mark-compact-inl.h |
| +++ b/src/mark-compact-inl.h |
| @@ -5,9 +5,10 @@ |
| #ifndef V8_MARK_COMPACT_INL_H_ |
| #define V8_MARK_COMPACT_INL_H_ |
| -#include "isolate.h" |
| -#include "memory.h" |
| -#include "mark-compact.h" |
| +#include <memory.h> |
| + |
| +#include "src/isolate.h" |
| +#include "src/mark-compact.h" |
| namespace v8 { |