fsck: Remove a superfluous include directive

commit 559e60ef1bdcac2084052acd0c1682653c6540d3
category: bugfix
issue: #I6VAS0
CVE: NA

Signed-off-by: DongSenhao <dongsenhao2@huawei.com>
---------------------------------------

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
This commit is contained in:
Bart Van Assche 2022-04-21 15:18:26 -07:00 committed by dongsenhao
parent eeba3ae145
commit 0026d6bb58

View File

@ -32,11 +32,6 @@
struct f2fs_fsck gfsck;
#ifdef WITH_ANDROID
#include <sparse/sparse.h>
extern struct sparse_file *f2fs_sparse_file;
#endif
INIT_FEATURE_TABLE;
static char *absolute_path(const char *file)