cleanup-headers icon indicating copy to clipboard operation
cleanup-headers copied to clipboard

Remove unnecessary includes from C/C++ source files

Results 3 cleanup-headers issues
Sort by recently updated
recently updated
newest added

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...