| Index: src/compiler/ast-loop-assignment-analyzer.h
|
| diff --git a/src/compiler/ast-loop-assignment-analyzer.h b/src/compiler/ast-loop-assignment-analyzer.h
|
| index daa94f9dfb434edcae3577304b39e51bfb12b636..10b9d83fd15a0136f04f3e4b70e7e3a3a4f9ed1a 100644
|
| --- a/src/compiler/ast-loop-assignment-analyzer.h
|
| +++ b/src/compiler/ast-loop-assignment-analyzer.h
|
| @@ -6,7 +6,7 @@
|
| #define V8_COMPILER_AST_LOOP_ASSIGNMENT_ANALYZER_H_
|
|
|
| #include "src/ast.h"
|
| -#include "src/data-flow.h"
|
| +#include "src/bit-vector.h"
|
| #include "src/v8.h"
|
| #include "src/zone-containers.h"
|
|
|
|
|