| Index: src/snapshot/serialize.cc
|
| diff --git a/src/snapshot/serialize.cc b/src/snapshot/serialize.cc
|
| index 3f261203e69fec5a74b702af71a3413fb471b2b3..a3a22336d108d65f37cb3cb23e68e6da9eb5c029 100644
|
| --- a/src/snapshot/serialize.cc
|
| +++ b/src/snapshot/serialize.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/snapshot/serialize.h"
|
|
|
| #include "src/accessors.h"
|
| #include "src/api.h"
|
| @@ -19,9 +19,9 @@
|
| #include "src/parser.h"
|
| #include "src/runtime/runtime.h"
|
| #include "src/snapshot/natives.h"
|
| -#include "src/snapshot/serialize.h"
|
| #include "src/snapshot/snapshot.h"
|
| #include "src/snapshot/snapshot-source-sink.h"
|
| +#include "src/v8.h"
|
| #include "src/v8threads.h"
|
| #include "src/version.h"
|
|
|
|
|