From 0b9007ec7b9f6d5914fe62b78acc0e3a841b8545 Mon Sep 17 00:00:00 2001 From: Wan Jiabing Date: Mon, 25 Oct 2021 18:53:43 -0700 Subject: xfs: Remove duplicated include in xfs_super Fix following checkincludes.pl warning: ./fs/xfs/xfs_super.c: xfs_btree.h is included more than once. The include is in line 15. Remove the duplicated here. Signed-off-by: Wan Jiabing Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- fs/xfs/xfs_super.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index f4c508428aad..e21459f9923a 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -37,7 +37,6 @@ #include "xfs_reflink.h" #include "xfs_pwork.h" #include "xfs_ag.h" -#include "xfs_btree.h" #include "xfs_defer.h" #include -- cgit v1.2.3