[RFC PATCH djwong-xfs] xfs: fix duplicated inclusion

From: kernel test robot
Date: Mon Jun 14 2021 - 23:13:16 EST


fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once.

Generated by: scripts/checkincludes.pl

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

diff --git a/fs/xfs/libxfs/xfs_dir2.c b/fs/xfs/libxfs/xfs_dir2.c
index dee423fb8ffbf..93d9066d9ecab 100644
--- a/fs/xfs/libxfs/xfs_dir2.c
+++ b/fs/xfs/libxfs/xfs_dir2.c
@@ -5,7 +5,6 @@
*/
#include "xfs.h"
#include "xfs_fs.h"
-#include "xfs_shared.h"
#include "xfs_format.h"
#include "xfs_log_format.h"
#include "xfs_trans_resv.h"