| Index: src/allocation-tracker.cc
|
| diff --git a/src/allocation-tracker.cc b/src/allocation-tracker.cc
|
| index 128d25c8d26dcde81c9e6e4ecb66a26feb74ca35..0822c1f4da63ffdcf15b8cfaec36a5bc471de534 100644
|
| --- a/src/allocation-tracker.cc
|
| +++ b/src/allocation-tracker.cc
|
| @@ -2,11 +2,11 @@
|
| // 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/allocation-tracker.h"
|
| +
|
| #include "src/frames-inl.h"
|
| #include "src/heap-snapshot-generator-inl.h"
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|