| Index: src/scanner-character-streams.cc
|
| diff --git a/src/scanner-character-streams.cc b/src/scanner-character-streams.cc
|
| index 8fbfe4ee968a70d69574e8a381dd9dbd270cf32c..23af45fe09ebe859b7900f07862673f2cec09838 100644
|
| --- a/src/scanner-character-streams.cc
|
| +++ b/src/scanner-character-streams.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "scanner-character-streams.h"
|
| +#include "src/scanner-character-streams.h"
|
|
|
| -#include "handles.h"
|
| -#include "unicode-inl.h"
|
| +#include "src/handles.h"
|
| +#include "src/unicode-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|