C
Code4u
We have a mature project that suffers long build times because many
modules pull in far more than they need. In the long term I would like
to refactor to break some of the dependencies, but I would like to
start by eliminating unneeded header includes. Is there a tool that
can parse a set of source files and identify redundancies?
modules pull in far more than they need. In the long term I would like
to refactor to break some of the dependencies, but I would like to
start by eliminating unneeded header includes. Is there a tool that
can parse a set of source files and identify redundancies?