| Index: src/mips/constants-mips.cc
|
| diff --git a/src/mips/constants-mips.cc b/src/mips/constants-mips.cc
|
| index 2dcba58bd4e6a0d36e0491514f9fc274e5e3e98b..f14992719dbf8a89c84e5dfac0070f7746cc8b3c 100644
|
| --- a/src/mips/constants-mips.cc
|
| +++ b/src/mips/constants-mips.cc
|
| @@ -2,11 +2,11 @@
|
| // 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 "constants-mips.h"
|
| +#include "src/mips/constants-mips.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|