cleanup-headers
cleanup-headers copied to clipboard
Remove unnecessary includes from C/C++ source files
Hi, Neat analyzer! Can we get this published to the Python package manage, in order to make it easier for users to install? https://pypi.org/ Example Python package: https://github.com/mcandre/liquidnitrogen
and also this is really a good tool to cleanup .cpp files
The removal should be checked down to up ---> as per this example, if unwanted1 is dependent on unwanted2, we wont remove unwatned2.h at all if we go up to...