summaryrefslogtreecommitdiff
path: root/src/test/bench/small_io_bench_fs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/small_io_bench_fs.cc')
-rw-r--r--src/test/bench/small_io_bench_fs.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/test/bench/small_io_bench_fs.cc b/src/test/bench/small_io_bench_fs.cc
index 6ce1394298c..0fd538b4a54 100644
--- a/src/test/bench/small_io_bench_fs.cc
+++ b/src/test/bench/small_io_bench_fs.cc
@@ -15,15 +15,16 @@
#include <iostream>
#include "common/Formatter.h"
+#include "common/perf_counters.h"
+#include "os/FileStore.h"
+#include "global/global_init.h"
+#include "global/global_context.h"
-#include "bencher.h"
#include "rados_backend.h"
+#include "filestore_backend.h"
+#include "bencher.h"
#include "detailed_stat_collector.h"
#include "distribution.h"
-#include "global/global_init.h"
-#include "os/FileStore.h"
-#include "filestore_backend.h"
-#include "common/perf_counters.h"
namespace po = boost::program_options;
using namespace std;