From 9123bd93c5d623f88742a3c3d6a5e6624d624f94 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 10 Oct 2024 12:11:00 +0200 Subject: [PATCH] xfs: don't include xfs_ag.h and xfs_rtgroup.h in xfs_group.c Now that the group geometry is table based, these aren't needed anymore. Signed-off-by: Christoph Hellwig --- fs/xfs/libxfs/xfs_group.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/xfs/libxfs/xfs_group.c b/fs/xfs/libxfs/xfs_group.c index f55ba9de6edd..8d0b62e490c0 100644 --- a/fs/xfs/libxfs/xfs_group.c +++ b/fs/xfs/libxfs/xfs_group.c @@ -12,8 +12,6 @@ #include "xfs_trace.h" #include "xfs_extent_busy.h" #include "xfs_group.h" -#include "xfs_ag.h" -#include "xfs_rtgroup.h" /* * Groups can have passive and active references. -- 2.50.1