mkfs.cramfs: remove unused header file

Remove including of assert.h

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
This commit is contained in:
lizf 2007-11-01 17:14:52 +08:00 committed by Karel Zak
parent 2e71f7ad58
commit bbc9abce3f
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <assert.h>
#include <getopt.h>
#include <stdarg.h>
#include <zlib.h>