| Index: src/compiler/x64/code-generator-x64.cc
|
| diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc
|
| index e6429d98c931a8474f5927f177b21ba2d56a7fb6..4c2f6e80dfb78459a22684bf2c7ab9168ca14188 100644
|
| --- a/src/compiler/x64/code-generator-x64.cc
|
| +++ b/src/compiler/x64/code-generator-x64.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "src/compiler/code-generator.h"
|
|
|
| -#include "src/ast/scopes.h"
|
| +#include "src/compilation-info.h"
|
| #include "src/compiler/code-generator-impl.h"
|
| #include "src/compiler/gap-resolver.h"
|
| #include "src/compiler/node-matchers.h"
|
|
|