| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 75d60bc7f499f686bedae3296253818ddaf011cd..29437396add6b9312cff85f662a98a7bd046f775 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -13,7 +13,6 @@
|
| #include "src/codegen.h"
|
| #include "src/compilation-cache.h"
|
| #include "src/conversions.h"
|
| -#include "src/cpu-profiler.h"
|
| #include "src/debug/debug.h"
|
| #include "src/deoptimizer.h"
|
| #include "src/global-handles.h"
|
| @@ -30,8 +29,8 @@
|
| #include "src/heap/scavenge-job.h"
|
| #include "src/heap/scavenger-inl.h"
|
| #include "src/heap/store-buffer.h"
|
| -#include "src/heap-profiler.h"
|
| #include "src/interpreter/interpreter.h"
|
| +#include "src/profiler/cpu-profiler.h"
|
| #include "src/runtime-profiler.h"
|
| #include "src/scopeinfo.h"
|
| #include "src/snapshot/natives.h"
|
|
|