diff options
Diffstat (limited to 'src/test/omap_bench.h')
-rw-r--r-- | src/test/omap_bench.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/omap_bench.h b/src/test/omap_bench.h index 12b34f902ae..462bfc41bcc 100644 --- a/src/test/omap_bench.h +++ b/src/test/omap_bench.h @@ -14,13 +14,14 @@ #ifndef OMAP_BENCH_HPP_ #define OMAP_BENCH_HPP_ -#include "common/Mutex.h" -#include "common/Cond.h" -#include "include/rados/librados.hpp" #include <string> #include <map> #include <cfloat> +#include "include/rados/librados.hpp" +#include "common/Mutex.h" +#include "common/Cond.h" + using ceph::bufferlist; struct o_bench_data { |