Perl script (hokey as heck) to minimize the number of includes
authoraland <aland>
Mon, 2 Oct 2006 23:53:38 +0000 (23:53 +0000)
committeraland <aland>
Mon, 2 Oct 2006 23:53:38 +0000 (23:53 +0000)
commit81df9c61d994aa6f83eeb18c7b0a70d5f532a856
treeadc52b9c6cdcb24ec9b1298805909340a37db04a
parent2b1276cee036ebd7a1a3674c5d2dbd7782869f71
Perl script (hokey as heck) to minimize the number of includes
that we have in C files.

It finds duplicate includes, and prints them out for user verification.
It optionally will also go through & nuke the duplicates
Makefile
scripts/min-includes.pl [new file with mode: 0755]