| Index: src/optimizing-compiler-thread.cc
|
| diff --git a/src/optimizing-compiler-thread.cc b/src/optimizing-compiler-thread.cc
|
| index f26eb88acbb35bd2faf57cc91adaf36a3359a8c4..1dd04de07c88b8c19d0d9582aff0f19345223a2c 100644
|
| --- a/src/optimizing-compiler-thread.cc
|
| +++ b/src/optimizing-compiler-thread.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "optimizing-compiler-thread.h"
|
| +#include "src/optimizing-compiler-thread.h"
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "full-codegen.h"
|
| -#include "hydrogen.h"
|
| -#include "isolate.h"
|
| -#include "v8threads.h"
|
| +#include "src/full-codegen.h"
|
| +#include "src/hydrogen.h"
|
| +#include "src/isolate.h"
|
| +#include "src/v8threads.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|