aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Jinchao <[email protected]>2023-12-15 18:24:34 +0800
committerChandan Babu R <[email protected]>2023-12-22 11:14:17 +0530
commitb5785f615918423f4ad4abe28eeb2679db8712b0 (patch)
tree2f3392c17c92b79ebdd53b689e8eb77f7bf31371
parent7823921887750b39d02e6b44faafdd1cc617c651 (diff)
xfs/health: cleanup, remove duplicated including
remove the second ones: \#include "xfs_trans_resv.h" \#include "xfs_mount.h" Signed-off-by: Wang Jinchao <[email protected]> Reviewed-by: "Darrick J. Wong" <[email protected]> Signed-off-by: Chandan Babu R <[email protected]>
-rw-r--r--fs/xfs/scrub/health.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/scrub/health.c b/fs/xfs/scrub/health.c
index df716da11226..531006910ca9 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"