| Index: src/mips/frames-mips.cc
|
| diff --git a/src/mips/frames-mips.cc b/src/mips/frames-mips.cc
|
| index 205e9bcf4795c3d37181b29fef74f75ce11e5366..55f98cfa98b9fa06df20a504d1222f69a8318704 100644
|
| --- a/src/mips/frames-mips.cc
|
| +++ b/src/mips/frames-mips.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_MIPS
|
|
|
| -#include "assembler.h"
|
| -#include "assembler-mips.h"
|
| -#include "assembler-mips-inl.h"
|
| -#include "frames.h"
|
| +#include "src/assembler.h"
|
| +#include "src/mips/assembler-mips.h"
|
| +#include "src/amips/ssembler-mips-inl.h"
|
| +#include "src/frames.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|