Chromium Code Reviews| Index: src/codegen.h |
| =================================================================== |
| --- src/codegen.h (revision 4259) |
| +++ src/codegen.h (working copy) |
| @@ -31,7 +31,7 @@ |
| #include "ast.h" |
| #include "code-stubs.h" |
| #include "runtime.h" |
| -#include "number-info.h" |
| +#include "type-info.h" |
| // Include the declaration of the architecture defined class CodeGenerator. |
| // The contract to the shared code is that the the CodeGenerator is a subclass |