Chromium Code Reviews| Index: src/parser.cc |
| diff --git a/src/parser.cc b/src/parser.cc |
| index 14eb534b8cf740e1d100e79e01518a4aaafdccbc..f983437183b4acaf5c7d7ec67900ca2ed92d76f8 100644 |
| --- a/src/parser.cc |
| +++ b/src/parser.cc |
| @@ -28,7 +28,7 @@ |
| #include "v8.h" |
| #include "api.h" |
| -#include "ast.h" |
| +#include "ast-inl.h" |
| #include "bootstrapper.h" |
| #include "codegen.h" |
| #include "compiler.h" |
| @@ -41,8 +41,6 @@ |
| #include "scopeinfo.h" |
| #include "string-stream.h" |
| -#include "ast-inl.h" |
| - |
| namespace v8 { |
| namespace internal { |