| Index: src/snapshot/snapshot-common.cc
|
| diff --git a/src/snapshot/snapshot-common.cc b/src/snapshot/snapshot-common.cc
|
| index 743178b51be24d50a99f17a3d6b0014439b6dd44..5a849f63b49f6407c9ac4b63a4de4f09a2be3e21 100644
|
| --- a/src/snapshot/snapshot-common.cc
|
| +++ b/src/snapshot/snapshot-common.cc
|
| @@ -4,12 +4,11 @@
|
|
|
| // The common functionality when building with or without snapshots.
|
|
|
| -#include "src/v8.h"
|
| +#include "src/snapshot/snapshot.h"
|
|
|
| #include "src/api.h"
|
| #include "src/base/platform/platform.h"
|
| #include "src/full-codegen/full-codegen.h"
|
| -#include "src/snapshot/snapshot.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|