[PATCH] remove extraneous "#include <fnmatch.h>" from source files

Bernhard Fischer rep.nop at aon.at
Thu Apr 13 13:35:35 UTC 2006


On Thu, Apr 13, 2006 at 08:28:34AM -0400, Robert P. J. Day wrote:
>
>  there is no apparent reason why those three source files need to be
>including <fnmatch.h>.

I did something to the same effect (but without the whitespace you
wanted to add) as r14848:
- remove unneeded include, use shorter boilerplate while at it and also
  shrink filter_accept_reject_list() a tiny bit while at it.
   text    data     bss     dec     hex filename
     59       0       0      59      3b filter_accept_reject_list.o
     62       0       0      62      3e filter_accept_reject_list.o.orig

Thanks for pointing this out.



More information about the busybox mailing list