xfs: Remove duplicate include
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 24 Aug 2023 07:47:23 +0000 (15:47 +0800)
committerChandan Babu R <chandanbabu@kernel.org>
Thu, 12 Oct 2023 04:44:45 +0000 (10:14 +0530)
./fs/xfs/scrub/xfile.c: xfs_format.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6209
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/scrub/xfile.c

index d98e8e7..090c3ea 100644 (file)
@@ -10,7 +10,6 @@
 #include "xfs_log_format.h"
 #include "xfs_trans_resv.h"
 #include "xfs_mount.h"
-#include "xfs_format.h"
 #include "scrub/xfile.h"
 #include "scrub/xfarray.h"
 #include "scrub/scrub.h"