| Index: src/crankshaft/typing.h
|
| diff --git a/src/crankshaft/typing.h b/src/crankshaft/typing.h
|
| index d088b847092d1c8bc733b0ae4a31b331825ba00b..40b538aef33927aa66408f5cabf83fb5efa3ab28 100644
|
| --- a/src/crankshaft/typing.h
|
| +++ b/src/crankshaft/typing.h
|
| @@ -6,9 +6,9 @@
|
| #define V8_CRANKSHAFT_TYPING_H_
|
|
|
| #include "src/allocation.h"
|
| -#include "src/ast.h"
|
| +#include "src/ast/ast.h"
|
| +#include "src/ast/scopes.h"
|
| #include "src/effects.h"
|
| -#include "src/scopes.h"
|
| #include "src/type-info.h"
|
| #include "src/types.h"
|
| #include "src/zone.h"
|
|
|