xfs: Remove duplicate include
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Sun, 22 May 2022 06:47:17 +0000 (16:47 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 22 May 2022 06:47:17 +0000 (16:47 +1000)
Clean up the following includecheck warning:

./fs/xfs/xfs_attr_item.c: xfs_inode.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_attr_item.c

index e8ac88d9fd144932a262db637af3172c34caa5b1..bf9a01b083b87163cdae5d216d92da7e774306ab 100644 (file)
@@ -22,7 +22,6 @@
 #include "xfs_attr.h"
 #include "xfs_attr_item.h"
 #include "xfs_trace.h"
-#include "xfs_inode.h"
 #include "xfs_trans_space.h"
 #include "xfs_errortag.h"
 #include "xfs_error.h"