Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 381ff27143b4faf7cc028d7952e5471e0fa85e8e..3312f2f56a85de7c66c0d7db34768157eeb8752a 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -30,10 +30,9 @@ |
| #include "allocation.h" |
| #include "ast.h" |
| -#include "scanner.h" |
| -#include "scopes.h" |
| #include "preparse-data-format.h" |
| #include "preparse-data.h" |
| +#include "scopes.h" |
| namespace v8 { |
| namespace internal { |