An open API service indexing awesome lists of open source software.

https://github.com/johnmurray/c-unused-local-imports

simple script to removing unused local imports in C projects
https://github.com/johnmurray/c-unused-local-imports

Last synced: about 2 months ago
JSON representation

simple script to removing unused local imports in C projects

Awesome Lists containing this project

README

        

# c-unused-local-imports
simple script to removing unused local imports in C projects

## ToDo

[ ] - treat .h and .c as companion files
[ ] - implement recursive option
[ ] - implement print option
[ ] - implement delete option
[ ] - implement verbose logging