cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
How to remove unused include statements
How to remove unused include statements from .c and .h files
Jan 20, 2009 at 4:48am UTC
neyha16
(1)
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?
Jan 20, 2009 at 6:40pm UTC
kbw
(9488)
Gimpel Lint does that sort of thing. You could check out the free C Lints.
Topic archived. No new replies allowed.