Skip to content

Commit 81cac39

Browse files
committed
common/obj_bencher: include cleanup
Signed-off-by: Max Kellermann <[email protected]>
1 parent 7175fb3 commit 81cac39

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/common/obj_bencher.cc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515
* try and bench on a pool you don't have permission to access
1616
* it will just loop forever.
1717
*/
18+
19+
#include "obj_bencher.h"
1820
#include "include/compat.h"
19-
#include <pthread.h>
2021
#include "common/ceph_mutex.h"
2122
#include "common/Clock.h"
22-
#include "obj_bencher.h"
23+
24+
#include <iomanip>
25+
26+
#include <pthread.h>
2327

2428
using std::ostream;
2529
using std::cerr;

src/common/obj_bencher.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717

1818
#include "common/ceph_context.h"
1919
#include "common/Formatter.h"
20+
#include "include/utime.h"
2021
#include "ceph_time.h"
22+
2123
#include <cfloat>
24+
#include <chrono>
25+
#include <iosfwd>
26+
#include <string>
2227

2328
using ceph::mono_clock;
2429

0 commit comments

Comments
 (0)