mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
06edc9f77e
Approved by: makc (co-mentor)
7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
This software checks the headers in a C/C++ program, and detects unnecessary
|
|
inclusions. A "#include" is needed if any symbol names match. If there are no
|
|
matching symbol names, it is not needed. This tool will work best if all
|
|
classes, variables, constants, functions, etc. have unique names.
|
|
|
|
WWW: http://code.google.com/p/checkheaders/
|