deheader

Analyze C/C++ files to identify and remove unnecessary header includes

brewmacoslinux
Try with needOr install directly
Source

About

Analyze C/C++ files for unnecessary headers

Commands

deheader

Examples

Analyze a single C++ file for unnecessary headers$ deheader myprogram.cpp
Analyze multiple files and show which headers can be removed$ deheader *.c *.h
Analyze with verbose output to see detailed header dependency information$ deheader -v myprogram.cpp