| Resource page for deheader 1.6 | ![]() |
30 Sep 2016 |
Find and optionally remove unneeded includes in C or C++ sourcefiles.
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.
| README | roadmap file |
| deheader-1.6.tar.gz | gzipped source tarball |
| NEWS | project news |
| COPYING | project license |
| deheader.html | HTML rendering of deheader.1 |
The project repository is at https://gitlab.com/esr/deheader.
Project statistics are available at OpenHub.
If you appreciate this code (and especially if you make money by using it) please support me on Patreon.
Fix bug that prevented the -b option from being interpreted.
Acknowledge Debian bug Debian bug #839179: keywords in comments not ignored.