diff options
author | Max Kellermann <max.kellermann@ionos.com> | 2024-10-04 16:58:39 +0200 |
---|---|---|
committer | Max Kellermann <max.kellermann@ionos.com> | 2024-11-04 22:31:05 +0100 |
commit | 3d0550026fca901ea1cf8fc87d0f70fee1d63fb1 (patch) | |
tree | 183329cdb3a1b5c835a5c1179578ae631196131e /src | |
parent | common/pick_address: add missing includes (diff) | |
download | ceph-3d0550026fca901ea1cf8fc87d0f70fee1d63fb1.tar.xz ceph-3d0550026fca901ea1cf8fc87d0f70fee1d63fb1.zip |
common/{ceph_time,Throttle}: use <iosfwd>
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Throttle.h | 2 | ||||
-rw-r--r-- | src/common/ceph_time.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Throttle.h b/src/common/Throttle.h index e190b946c45..fb5d949b438 100644 --- a/src/common/Throttle.h +++ b/src/common/Throttle.h @@ -6,7 +6,7 @@ #include <atomic> #include <chrono> -#include <iostream> +#include <iosfwd> #include <list> #include <map> diff --git a/src/common/ceph_time.h b/src/common/ceph_time.h index bae038862cf..01feff4c063 100644 --- a/src/common/ceph_time.h +++ b/src/common/ceph_time.h @@ -16,7 +16,7 @@ #define COMMON_CEPH_TIME_H #include <chrono> -#include <iostream> +#include <iosfwd> #include <string> #include <optional> #include <fmt/chrono.h> |