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

From: kernel test robot
Date: Tue Aug 24 2021 - 22:01:02 EST


Generated by: scripts/checkincludes.pl

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

diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c
index 879a39ec58a63..4479b297059c1 100644
--- a/fs/xfs/xfs_attr_item.c
+++ b/fs/xfs/xfs_attr_item.c
@@ -9,7 +9,6 @@
#include "xfs_format.h"
#include "xfs_trans_resv.h"
#include "xfs_bit.h"
-#include "xfs_shared.h"
#include "xfs_mount.h"
#include "xfs_defer.h"
#include "xfs_log_format.h"
@@ -20,7 +19,6 @@
#include "xfs_log.h"
#include "xfs_btree.h"
#include "xfs_rmap.h"
-#include "xfs_inode.h"
#include "xfs_icache.h"
#include "xfs_da_format.h"
#include "xfs_da_btree.h"