| Index: src/objects-visiting.cc
|
| diff --git a/src/objects-visiting.cc b/src/objects-visiting.cc
|
| index 708f8cf8fc707b6e8d96150473f119708c34281c..f2f47b0f88f657dc987ef70b4ce4caa16aa5dacd 100644
|
| --- a/src/objects-visiting.cc
|
| +++ b/src/objects-visiting.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 "ic-inl.h"
|
| -#include "objects-visiting.h"
|
| +#include "src/ic-inl.h"
|
| +#include "src/objects-visiting.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|