diff options
Diffstat (limited to 'src/test/omap_bench.cc')
-rw-r--r-- | src/test/omap_bench.cc | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/test/omap_bench.cc b/src/test/omap_bench.cc index f24af491577..c08e31194ae 100644 --- a/src/test/omap_bench.cc +++ b/src/test/omap_bench.cc @@ -11,22 +11,19 @@ * Foundation. See file COPYING. */ -#include "include/rados/librados.hpp" -#include "include/Context.h" -#include "common/ceph_context.h" -#include "common/Mutex.h" -#include "common/Cond.h" -#include "include/utime.h" -#include "global/global_context.h" -#include "common/ceph_argparse.h" -#include "test/omap_bench.h" - -#include <string> #include <iostream> #include <cassert> #include <climits> #include <cmath> +#include "include/Context.h" +#include "include/utime.h" +#include "common/ceph_context.h" +#include "common/ceph_argparse.h" +#include "global/global_context.h" + +#include "omap_bench.h" + using namespace std; using ceph::bufferlist; |