| Index: tools/parser-shell.cc
|
| diff --git a/tools/parser-shell.cc b/tools/parser-shell.cc
|
| index f4e54402b12791c04081ac3ef30093beb149cbc4..43d25781659e5c736768aaa06a9b18f4827ddae7 100644
|
| --- a/tools/parser-shell.cc
|
| +++ b/tools/parser-shell.cc
|
| @@ -36,11 +36,12 @@
|
| #include "include/libplatform/libplatform.h"
|
| #include "src/api.h"
|
| #include "src/compiler.h"
|
| -#include "src/parsing/scanner-character-streams.h"
|
| +#include "src/parsing/parse-info.h"
|
| #include "src/parsing/parser.h"
|
| #include "src/parsing/preparse-data-format.h"
|
| #include "src/parsing/preparse-data.h"
|
| #include "src/parsing/preparser.h"
|
| +#include "src/parsing/scanner-character-streams.h"
|
| #include "tools/shell-utils.h"
|
|
|
| using namespace v8::internal;
|
|
|