]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds/SnapRealm: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 4 Oct 2024 20:03:11 +0000 (22:03 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 20 Feb 2025 15:33:41 +0000 (16:33 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mds/SnapRealm.cc
src/mds/SnapRealm.h

index ac8cdf8327e57f213126a2d12d64d3466f23e800..f4de37e3422a85290092ab60c7155c0193cb87ee 100644 (file)
  */
 
 #include "SnapRealm.h"
+#include "CInode.h"
+#include "CDentry.h"
 #include "MDCache.h"
 #include "MDSRank.h"
 #include "SnapClient.h"
+#include "common/debug.h"
 
 #include <string_view>
 
index b1c38d03fcb356b3d3611676bed55629cba68391..5fa8fef593fd3b86a08947e7f4bc595b525b36a6 100644 (file)
 
 #include <string_view>
 
+#include "Capability.h"
 #include "mdstypes.h"
 #include "snap.h"
 #include "include/xlist.h"
 #include "include/elist.h"
 #include "common/snap_types.h"
-#include "MDSContext.h"
+
+class CInode;
+class MDCache;
 
 struct SnapRealm {
 public: