Chromium Code Reviews| Index: test/cctest/test-types.cc |
| diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc |
| index 83191688a3a5374e464f8cdd4f9297bf7564bdfc..bbcfb02d48db9ab8ed06b039fccfd92151e7867c 100644 |
| --- a/test/cctest/test-types.cc |
| +++ b/test/cctest/test-types.cc |
| @@ -10,8 +10,8 @@ |
| #include "src/isolate.h" |
| // FIXME(mstarzinger, marja): This is weird, but required because of the missing |
| // (disallowed) include: src/factory.h -> src/objects-inl.h |
| +#include "src/compiler/types.h" |
|
Michael Starzinger
2016/09/05 14:22:35
nit: Comment above applies to "objects-inl.h", ple
mvstanton
2016/09/05 14:51:41
Done.
|
| #include "src/objects-inl.h" |
| -#include "src/types.h" |
| // FIXME(mstarzinger, marja): This is weird, but required because of the missing |
| // (disallowed) include: src/type-feedback-vector.h -> |
| // src/type-feedback-vector-inl.h |