| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 6ca1a956dccd3f38d4b09da23372a572895ace4e..2b83f57ea75b3c86535ca3b5015147db810dd166 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "src/compiler/ast-graph-builder.h"
|
|
|
| +#include "src/ast/scopes.h"
|
| #include "src/compiler.h"
|
| #include "src/compiler/ast-loop-assignment-analyzer.h"
|
| #include "src/compiler/control-builders.h"
|
| @@ -14,8 +15,7 @@
|
| #include "src/compiler/node-properties.h"
|
| #include "src/compiler/operator-properties.h"
|
| #include "src/compiler/state-values-utils.h"
|
| -#include "src/parser.h"
|
| -#include "src/scopes.h"
|
| +#include "src/parsing/parser.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|