clean up redundant, commented-out and misplaced includes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-04-01 15:09:44 +02:00
parent 345e093c29
commit 5342c3f310
6 changed files with 16 additions and 37 deletions

View File

@ -13,9 +13,7 @@
* i386 bitops operations taken from <asm/bitops.h>, Copyright 1992,
* Linus Torvalds.
*/
#include <string.h>
//#include <strings.h>
extern int ext2fs_set_bit(unsigned int nr,void * addr);
extern int ext2fs_clear_bit(unsigned int nr, void * addr);