| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 79bc1ce367313c9154d13c855fe5fceb2ae4e6f5..69051d4f04f519b5c41b98574323c3cca607d13b 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef V8_COMPILER_AST_GRAPH_BUILDER_H_
|
| #define V8_COMPILER_AST_GRAPH_BUILDER_H_
|
|
|
| -#include "src/ast.h"
|
| +#include "src/ast/ast.h"
|
| #include "src/compiler/js-graph.h"
|
| #include "src/compiler/liveness-analyzer.h"
|
| #include "src/compiler/state-values-utils.h"
|
|
|