Are there some tips to find useless header files?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Are there some tips(script or command lines) to find
useless header files in c or cpp files?

For example:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
#include <useful1.h>
...
#include <useless.h>//<===how to find it by script
...
#include <useful2.h>

main()
{
...
}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Thanks in advance
gan


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux