| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index 635daa4d761421e87dd10f7ff060e7598ce91803..0d7602ede39ba526e606b4d00af3dd778d83368a 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "src/ast/ast-numbering.h"
|
| #include "src/ast/ast.h"
|
| -#include "src/ast/scopes.h"
|
| +#include "src/compilation-info.h"
|
| #include "src/compiler.h"
|
| #include "src/compiler/ast-graph-builder.h"
|
| #include "src/compiler/ast-loop-assignment-analyzer.h"
|
|
|