| Index: src/type-info.cc
|
| diff --git a/src/type-info.cc b/src/type-info.cc
|
| index 1dbe21c9fa34d0da9a33559fe7057b23fc995afa..bffeccfbc19810e3742e185fe6e9b489edaf2f3a 100644
|
| --- a/src/type-info.cc
|
| +++ b/src/type-info.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 "src/v8.h"
|
| +#include "src/type-info.h"
|
|
|
| #include "src/ast.h"
|
| #include "src/code-stubs.h"
|
| #include "src/compiler.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| -#include "src/type-info.h"
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|