| Index: src/ppc/code-stubs-ppc.cc
|
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
|
| index 0ff2beaa10d0523b6f3d222484e987d9d6532816..9f0842d4aa7b52629bd3f1c57768d6dcc6255ca4 100644
|
| --- a/src/ppc/code-stubs-ppc.cc
|
| +++ b/src/ppc/code-stubs-ppc.cc
|
| @@ -4,9 +4,10 @@
|
|
|
| #if V8_TARGET_ARCH_PPC
|
|
|
| +#include "src/code-stubs.h"
|
| +#include "src/api-arguments.h"
|
| #include "src/base/bits.h"
|
| #include "src/bootstrapper.h"
|
| -#include "src/code-stubs.h"
|
| #include "src/codegen.h"
|
| #include "src/ic/handler-compiler.h"
|
| #include "src/ic/ic.h"
|
|
|