mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
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:
parent
eeba3ae145
commit
0026d6bb58
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user