]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/obj_bencher: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 30 Oct 2024 13:58:30 +0000 (14:58 +0100)
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/obj_bencher.cc
src/common/obj_bencher.h

index f5e744e23391d5e2c439ab06dcdd24cf80fa2b5b..6f0562e3e76a48d28e3a51852849657428a98d13 100644 (file)
  * 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 <pthread.h>
 #include "common/ceph_mutex.h"
 #include "common/Clock.h"
-#include "obj_bencher.h"
+
+#include <iomanip>
+
+#include <pthread.h>
 
 using std::ostream;
 using std::cerr;
index 96589db27c3b70118376c877ee3b9c8589476d30..665d399053f058e5a931e1dc2d36a53b13189f0f 100644 (file)
 
 #include "common/ceph_context.h"
 #include "common/Formatter.h"
+#include "include/utime.h"
 #include "ceph_time.h"
+
 #include <cfloat>
+#include <chrono>
+#include <iosfwd>
+#include <string>
 
 using ceph::mono_clock;