blob: d2d30c72e4967d7dd80c89f1fc1efd6501a4029d (
plain) (
blame)
1
2
3
4
5
6
7
|
Deheader analyzes C and C++ files to determine which header inclusions
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 sometimes exposes dependencies and cohesions of which
developers were unaware.
WWW: http://www.catb.org/esr/deheader/
|