From: Max Kellermann Date: Fri, 25 Oct 2024 06:40:45 +0000 (+0200) Subject: common/snap_types: include cleanup X-Git-Tag: v20.0.0~283^2~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8606701bda60cab31ed52b6c1e41e6d1a1a84ee;p=ceph.git common/snap_types: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/common/snap_types.h b/src/common/snap_types.h index d87e763c4b5d..45502f9fa129 100644 --- a/src/common/snap_types.h +++ b/src/common/snap_types.h @@ -1,9 +1,15 @@ #ifndef __CEPH_SNAP_TYPES_H #define __CEPH_SNAP_TYPES_H -#include "include/types.h" +#include "include/object.h" // for struct snapid_t +#include "include/types.h" // for the ceph_mds_snap_realm encoder #include "include/utime.h" -#include "include/fs_types.h" +#include "include/fs_types.h" // for struct inodeno_t + +#include // for FMT_VERSION +#if FMT_VERSION >= 90000 +#include +#endif namespace ceph { class Formatter;