I'm trying to find something like chromium-style capabilities that can check code at compile time (or other time) and warn about redundant includes that could be replaced with forward declarations. Does Chromium currently have capabilities similar to this? Or are there any recommended approaches to achieve my goal?