| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 5af21e18c0df762e7efb97e2778e6e708ad8f066..e6c1217a4f9e08d8833d06c3941cf8c9c1c61655 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -25,11 +25,11 @@
|
| #include "src/heap/store-buffer.h"
|
| #include "src/heap-profiler.h"
|
| #include "src/isolate-inl.h"
|
| -#include "src/natives.h"
|
| #include "src/runtime-profiler.h"
|
| #include "src/scopeinfo.h"
|
| -#include "src/serialize.h"
|
| -#include "src/snapshot.h"
|
| +#include "src/snapshot/natives.h"
|
| +#include "src/snapshot/serialize.h"
|
| +#include "src/snapshot/snapshot.h"
|
| #include "src/utils.h"
|
| #include "src/v8threads.h"
|
| #include "src/vm-state-inl.h"
|
|
|