- 000
This issue comes from cpplint#218
The Google C++ Style Guide states that
Do not rely on transitive inclusions. This allows people to remove no-longer-needed #include statements from their headers without breaking clients. This also applies to related headers - foo.cc should include bar.h if it uses...