| Index: src/compiler/x87/code-generator-x87.cc
 | 
| diff --git a/src/compiler/x87/code-generator-x87.cc b/src/compiler/x87/code-generator-x87.cc
 | 
| index ae57bd019868e334890be360598111b9df7eabe0..fd2994b37b0b3320687d56239b9eda0b9ec2bae3 100644
 | 
| --- a/src/compiler/x87/code-generator-x87.cc
 | 
| +++ b/src/compiler/x87/code-generator-x87.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"
 | 
| 
 |