| Index: src/parsing/preparse-data.cc
|
| diff --git a/src/parsing/preparse-data.cc b/src/parsing/preparse-data.cc
|
| index d02cd63d669e1bd1ddf985d1ff51db5d2a625a16..e1ef74c33c6f79af153c0c184388934dc0d1605e 100644
|
| --- a/src/parsing/preparse-data.cc
|
| +++ b/src/parsing/preparse-data.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "src/parsing/preparse-data.h"
|
| +#include "src/base/hashmap.h"
|
| #include "src/base/logging.h"
|
| #include "src/globals.h"
|
| -#include "src/hashmap.h"
|
| #include "src/parsing/parser.h"
|
| -#include "src/parsing/preparse-data.h"
|
| #include "src/parsing/preparse-data-format.h"
|
|
|
| namespace v8 {
|
|
|