]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_time: remove unnecessary include
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 10:43:47 +0000 (12:43 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 6 Mar 2025 07:53:09 +0000 (08:53 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/ceph_time.h

index 0b05be5372ecb51e19281f4346b303d4dcbda96d..b0e57d156a44811c43667514bcaf7f2c868e495c 100644 (file)
@@ -20,9 +20,6 @@
 #include <string>
 #include <optional>
 #include <fmt/chrono.h>
-#if FMT_VERSION >= 90000
-#include <fmt/ostream.h>
-#endif
 #include <sys/time.h>
 
 #if defined(__APPLE__)