| Index: src/ia32/ic-ia32.cc
|
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc
|
| index 91089519b6ab4ebc300a03517c4b4246f98b3665..83a4496b73ee047b2eeec162929352c99f286e85 100644
|
| --- a/src/ia32/ic-ia32.cc
|
| +++ b/src/ia32/ic-ia32.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 "src/v8.h"
|
|
|
| #if V8_TARGET_ARCH_IA32
|
|
|
| -#include "codegen.h"
|
| -#include "ic-inl.h"
|
| -#include "runtime.h"
|
| -#include "stub-cache.h"
|
| +#include "src/codegen.h"
|
| +#include "src/ic-inl.h"
|
| +#include "src/runtime.h"
|
| +#include "src/stub-cache.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|