From: Wan Jiabing Date: Tue, 26 Oct 2021 01:53:43 +0000 (-0700) Subject: xfs: Remove duplicated include in xfs_super X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b9007ec7b9f6d5914fe62b78acc0e3a841b8545;p=linux.git 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 --- diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index f4c508428aade..e21459f9923a8 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