xfs/health: cleanup, remove duplicated including
authorWang Jinchao <wangjinchao@xfusion.com>
Fri, 15 Dec 2023 10:24:34 +0000 (18:24 +0800)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 22 Dec 2023 05:44:17 +0000 (11:14 +0530)
remove the second ones:
\#include "xfs_trans_resv.h"
\#include "xfs_mount.h"

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/scrub/health.c

index df716da..5310069 100644 (file)
@@ -10,8 +10,6 @@
 #include "xfs_trans_resv.h"
 #include "xfs_mount.h"
 #include "xfs_btree.h"
-#include "xfs_trans_resv.h"
-#include "xfs_mount.h"
 #include "xfs_ag.h"
 #include "xfs_health.h"
 #include "scrub/scrub.h"