summaryrefslogtreecommitdiff
path: root/src/test/kv_store_bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/kv_store_bench.h')
-rw-r--r--src/test/kv_store_bench.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/test/kv_store_bench.h b/src/test/kv_store_bench.h
index 3ebb15fd9ef..c859c6320d8 100644
--- a/src/test/kv_store_bench.h
+++ b/src/test/kv_store_bench.h
@@ -14,18 +14,18 @@
#ifndef KVSTOREBENCH_H_
#define KVSTOREBENCH_H_
-#include "key_value_store/key_value_structure.h"
-#include "key_value_store/kv_flat_btree_async.h"
-#include "common/Clock.h"
-#include "global/global_context.h"
-#include "common/Mutex.h"
-#include "common/Cond.h"
-
#include <string>
#include <climits>
#include <cfloat>
#include <iostream>
+#include "common/Clock.h"
+#include "common/Mutex.h"
+#include "common/Cond.h"
+#include "key_value_store/key_value_structure.h"
+#include "key_value_store/kv_flat_btree_async.h"
+#include "global/global_context.h"
+
using namespace std;
using ceph::bufferlist;