From 81cac395a84e65135a0fb2b4305b2ab457eeaebf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Oct 2024 14:58:30 +0100 Subject: [PATCH] common/obj_bencher: include cleanup Signed-off-by: Max Kellermann --- src/common/obj_bencher.cc | 8 ++++++-- src/common/obj_bencher.h | 5 +++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/common/obj_bencher.cc b/src/common/obj_bencher.cc index f5e744e2339..6f0562e3e76 100644 --- a/src/common/obj_bencher.cc +++ b/src/common/obj_bencher.cc @@ -15,11 +15,15 @@ * try and bench on a pool you don't have permission to access * it will just loop forever. */ + +#include "obj_bencher.h" #include "include/compat.h" -#include #include "common/ceph_mutex.h" #include "common/Clock.h" -#include "obj_bencher.h" + +#include + +#include using std::ostream; using std::cerr; diff --git a/src/common/obj_bencher.h b/src/common/obj_bencher.h index 96589db27c3..665d399053f 100644 --- a/src/common/obj_bencher.h +++ b/src/common/obj_bencher.h @@ -17,8 +17,13 @@ #include "common/ceph_context.h" #include "common/Formatter.h" +#include "include/utime.h" #include "ceph_time.h" + #include +#include +#include +#include using ceph::mono_clock; -- 2.39.5