| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index e34dbfd2337cc0bec932e2729d51ae1aeb5d1787..d7bbd0dd1f8917860f1ce020edf78cc645ec3104 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| +#include "src/heap/mark-compact.h"
|
|
|
| #include "src/base/atomicops.h"
|
| #include "src/base/bits.h"
|
| @@ -15,7 +15,6 @@
|
| #include "src/gdb-jit.h"
|
| #include "src/global-handles.h"
|
| #include "src/heap/incremental-marking.h"
|
| -#include "src/heap/mark-compact.h"
|
| #include "src/heap/mark-compact-inl.h"
|
| #include "src/heap/objects-visiting.h"
|
| #include "src/heap/objects-visiting-inl.h"
|
| @@ -23,6 +22,7 @@
|
| #include "src/heap-profiler.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| +#include "src/v8.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|