[RFC PATCH allisonhenderson-xfs_work] xfs: fix duplicated inclusion

From: kernel test robot
Date: Wed Aug 25 2021 - 01:45:37 EST


Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
---
xfs_attr.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/xfs/libxfs/xfs_attr.c b/fs/xfs/libxfs/xfs_attr.c
index 6877683e2e35d..33f794fa55600 100644
--- a/fs/xfs/libxfs/xfs_attr.c
+++ b/fs/xfs/libxfs/xfs_attr.c
@@ -18,7 +18,6 @@
#include "xfs_trans.h"
#include "xfs_bmap.h"
#include "xfs_bmap_btree.h"
-#include "xfs_attr.h"
#include "xfs_attr_leaf.h"
#include "xfs_attr_remote.h"
#include "xfs_quota.h"