| Index: src/ia32/stub-cache-ia32.cc
|
| diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc
|
| index 3f3fd0dcb32960f8f38072db35ed3b9297d3cc99..75533d1259e143cfd47c32f4e4027209d69e6183 100644
|
| --- a/src/ia32/stub-cache-ia32.cc
|
| +++ b/src/ia32/stub-cache-ia32.cc
|
| @@ -2,13 +2,13 @@
|
| // 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"
|
|
|
| #if V8_TARGET_ARCH_IA32
|
|
|
| -#include "ic-inl.h"
|
| -#include "codegen.h"
|
| -#include "stub-cache.h"
|
| +#include "src/ic-inl.h"
|
| +#include "src/codegen.h"
|
| +#include "src/stub-cache.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|