diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ + 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 |