How to remove unused include statements from .c and .h files

I'm trying to find a way to automate the removal of unused include statements in header files (.h files) as well as .c files from multiple directories. Is there open source software out there that can do this?
Gimpel Lint does that sort of thing. You could check out the free C Lints.
Topic archived. No new replies allowed.