| Index: src/ppc/code-stubs-ppc.cc
|
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
|
| index 353a92d6363854c6ccc7b1864f9bc838c93039c7..b136b7dd2bcd7c9cd6d3608fb0baf7186ad52394 100644
|
| --- a/src/ppc/code-stubs-ppc.cc
|
| +++ b/src/ppc/code-stubs-ppc.cc
|
| @@ -14,8 +14,8 @@
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| #include "src/isolate.h"
|
| -#include "src/jsregexp.h"
|
| -#include "src/regexp-macro-assembler.h"
|
| +#include "src/regexp/jsregexp.h"
|
| +#include "src/regexp/regexp-macro-assembler.h"
|
| #include "src/runtime/runtime.h"
|
|
|
| namespace v8 {
|
|
|