| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 24cce6e81f797ee7dc230f31055b7f5bda2721a6..4a11d3b082273cb5c2bfae0ed112e85315797825 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -14,12 +14,12 @@
|
| #include "src/global-handles.h"
|
| #include "src/heap/incremental-marking.h"
|
| #include "src/heap/mark-compact.h"
|
| +#include "src/heap/objects-visiting.h"
|
| +#include "src/heap/objects-visiting-inl.h"
|
| #include "src/heap/spaces-inl.h"
|
| #include "src/heap/sweeper-thread.h"
|
| #include "src/heap-profiler.h"
|
| #include "src/ic-inl.h"
|
| -#include "src/objects-visiting.h"
|
| -#include "src/objects-visiting-inl.h"
|
| #include "src/stub-cache.h"
|
|
|
| namespace v8 {
|
|
|