| Index: src/mips/lithium-gap-resolver-mips.cc
|
| diff --git a/src/mips/lithium-gap-resolver-mips.cc b/src/mips/lithium-gap-resolver-mips.cc
|
| index 69af8b7ee3e4b7d2a18481de04594bacc18cf547..6447520c1b37032df2e1bc252a1e2549a015b1b8 100644
|
| --- a/src/mips/lithium-gap-resolver-mips.cc
|
| +++ b/src/mips/lithium-gap-resolver-mips.cc
|
| @@ -2,10 +2,10 @@
|
| // 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"
|
|
|
| -#include "mips/lithium-gap-resolver-mips.h"
|
| -#include "mips/lithium-codegen-mips.h"
|
| +#include "src/mips/lithium-gap-resolver-mips.h"
|
| +#include "src/mips/lithium-codegen-mips.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|