From: Wang Jinchao Date: Fri, 15 Dec 2023 10:24:34 +0000 (+0800) Subject: xfs/health: cleanup, remove duplicated including X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5785f615918423f4ad4abe28eeb2679db8712b0;p=linux.git xfs/health: cleanup, remove duplicated including remove the second ones: \#include "xfs_trans_resv.h" \#include "xfs_mount.h" Signed-off-by: Wang Jinchao Reviewed-by: "Darrick J. Wong" Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/scrub/health.c b/fs/xfs/scrub/health.c index df716da11226b..531006910ca93 100644 --- a/fs/xfs/scrub/health.c +++ b/fs/xfs/scrub/health.c @@ -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"