xfs: Remove duplicated include in xfs_super
authorWan Jiabing <wanjiabing@vivo.com>
Tue, 26 Oct 2021 01:53:43 +0000 (18:53 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 30 Oct 2021 16:28:49 +0000 (09:28 -0700)
commit0b9007ec7b9f6d5914fe62b78acc0e3a841b8545
treeba2a83d1c9f901c3e6008d8377afb760d58f4085
parent5ca5916b6bc93577c360c06cb7cdf71adb9b5faf
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 <wanjiabing@vivo.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_super.c