| Index: src/crankshaft/compilation-phase.h
|
| diff --git a/src/crankshaft/compilation-phase.h b/src/crankshaft/compilation-phase.h
|
| index 99e24c72c848a58216146256266bfeaa7344bda7..a754142f11130beda4ab1f4381942cbf59a00afd 100644
|
| --- a/src/crankshaft/compilation-phase.h
|
| +++ b/src/crankshaft/compilation-phase.h
|
| @@ -6,7 +6,8 @@
|
| #define V8_CRANKSHAFT_COMPILATION_PHASE_H_
|
|
|
| #include "src/allocation.h"
|
| -#include "src/compiler.h"
|
| +#include "src/base/platform/elapsed-timer.h"
|
| +#include "src/compilation-info.h"
|
| #include "src/zone.h"
|
|
|
| namespace v8 {
|
|
|