fsck.f2fs: remove duplicated header files
authorSheng Yong <shengyong1@huawei.com>
Fri, 25 Nov 2016 14:49:56 +0000 (22:49 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 29 Nov 2016 05:26:15 +0000 (21:26 -0800)
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/f2fs.h
fsck/xattr.h

index fbb878a..1a0723c 100644 (file)
@@ -19,8 +19,6 @@
 #include <string.h>
 #include <errno.h>
 #include <mntent.h>
-#include <linux/types.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/mount.h>
index 3ca9133..b414629 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef _XATTR_H_
 #define _XATTR_H_
 
-#include <f2fs_fs.h>
 #include "f2fs.h"
 
 struct f2fs_xattr_header {