| Index: src/v8threads.cc
|
| diff --git a/src/v8threads.cc b/src/v8threads.cc
|
| index 8dc8e9aef45525536f7df8089c7ef84de9b44824..12384454e59281d305a607c57ad84f85d6506f28 100644
|
| --- a/src/v8threads.cc
|
| +++ b/src/v8threads.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 "v8.h"
|
| -
|
| -#include "api.h"
|
| -#include "bootstrapper.h"
|
| -#include "debug.h"
|
| -#include "execution.h"
|
| -#include "v8threads.h"
|
| -#include "regexp-stack.h"
|
| +#include "src/v8.h"
|
| +
|
| +#include "src/api.h"
|
| +#include "src/bootstrapper.h"
|
| +#include "src/debug.h"
|
| +#include "src/execution.h"
|
| +#include "src/v8threads.h"
|
| +#include "src/regexp-stack.h"
|
|
|
| namespace v8 {
|
|
|
|
|