commit | aab50e31f0b80ed53a9b8d5dbabcf943974bd32c | [log] [tgz] |
---|---|---|
author | Alex Deymo <[email protected]> | Mon Nov 10 19:55:35 2014 -0800 |
committer | chrome-internal-fetch <[email protected]> | Wed Nov 12 19:56:58 2014 +0000 |
tree | df2ac7ac92e6eb5dfc24c87af119eb6cb3ee65fb | |
parent | e89487039d0eca8130d822cabf75a729609509e0 [diff] |
Include the implemented header first in all projects. The Google C++ style guide dictates that foo.cc and foo_unittest.cc should include foo.h in the first place, so missing headers in foo.h are detected with a compile error of the module implementing them and not when another module uses them. This CL sweeps across all the .cc file in platform2 enforcing this. BUG=None TEST=cbuildbot amd64-generic Change-Id: I41835835caba13f54c3c844ecf552eb0e47efa9d Reviewed-on: https://chromium-review.googlesource.com/228894 Tested-by: Alex Deymo <[email protected]> Reviewed-by: Alex Deymo <[email protected]> Commit-Queue: Alex Vakulenko <[email protected]>