| Index: src/scanner-character-streams.cc
|
| diff --git a/src/scanner-character-streams.cc b/src/scanner-character-streams.cc
|
| index 442bc75d6cc9697c883799420946058bb9c4ade5..7db807d7a2540d38f16b9d8506109b9186e1f52a 100644
|
| --- a/src/scanner-character-streams.cc
|
| +++ b/src/scanner-character-streams.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| -
|
| #include "src/scanner-character-streams.h"
|
|
|
| #include "include/v8.h"
|
| +#include "src/globals.h"
|
| #include "src/handles.h"
|
| +#include "src/list-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
|
| +#include "src/objects.h"
|
| #include "src/unicode-inl.h"
|
|
|
| namespace v8 {
|
|
|