deheader deheader analyzes C and C++ files to determine which header enclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects; it also sometime exposes dependencies and cohesions of which developers were unaware. Eric S. Raymond December 2010 Note: The canonical source for dehader is on http://catb.org/~esr/deheader/ . This is a git(hub) mirror (maybe with packaging)
samuel-cc-4451/deheader
deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile.
JavaScriptNOASSERTION