diff options
Diffstat (limited to 'src/common/obj_bencher.cc')
-rw-r--r-- | src/common/obj_bencher.cc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common/obj_bencher.cc b/src/common/obj_bencher.cc index aa7dcfcbbe5..f8fc0a992eb 100644 --- a/src/common/obj_bencher.cc +++ b/src/common/obj_bencher.cc @@ -14,19 +14,16 @@ * try and bench on a pool you don't have permission to access * it will just loop forever. */ -#include "common/Cond.h" -#include "global/global_context.h" -#include "obj_bencher.h" - #include <iostream> #include <fstream> - #include <cerrno> - #include <stdlib.h> #include <time.h> #include <sstream> +#include "global/global_context.h" + +#include "obj_bencher.h" const std::string BENCH_LASTRUN_METADATA = "benchmark_last_metadata"; const std::string BENCH_PREFIX = "benchmark_data"; |