| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index aa1af8e3ffd1e77384543bb85a312f703e535647..0a046cf8fe55a6ca07d7559af662c797553a354f 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -2,19 +2,19 @@
|
| // 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 "code-stubs.h"
|
| -#include "codegen.h"
|
| -#include "compiler.h"
|
| -#include "debug.h"
|
| -#include "full-codegen.h"
|
| -#include "isolate-inl.h"
|
| -#include "parser.h"
|
| -#include "scopes.h"
|
| -#include "stub-cache.h"
|
| +#include "src/code-stubs.h"
|
| +#include "src/codegen.h"
|
| +#include "src/compiler.h"
|
| +#include "src/debug.h"
|
| +#include "src/full-codegen.h"
|
| +#include "src/isolate-inl.h"
|
| +#include "src/parser.h"
|
| +#include "src/scopes.h"
|
| +#include "src/stub-cache.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|