Cleanup includes, remove twice included <iostream>. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/test/bench/small_io_bench.cc | 1 - src/test/bench/small_io_bench_dumb.cc | 1 - src/test/bench/small_io_bench_fs.cc | 1 - src/test/bench/small_io_bench_rbd.cc | 1 - 4 files changed, 4 deletions(-) diff --git a/src/test/bench/small_io_bench.cc b/src/test/bench/small_io_bench.cc index 3fc0eff..2b20027 100644 --- a/src/test/bench/small_io_bench.cc +++ b/src/test/bench/small_io_bench.cc @@ -12,7 +12,6 @@ #include <sstream> #include <stdlib.h> #include <fstream> -#include <iostream> #include "common/Formatter.h" diff --git a/src/test/bench/small_io_bench_dumb.cc b/src/test/bench/small_io_bench_dumb.cc index 46bdd0f..6d79fdd 100644 --- a/src/test/bench/small_io_bench_dumb.cc +++ b/src/test/bench/small_io_bench_dumb.cc @@ -12,7 +12,6 @@ #include <sstream> #include <stdlib.h> #include <fstream> -#include <iostream> #include "common/Formatter.h" diff --git a/src/test/bench/small_io_bench_fs.cc b/src/test/bench/small_io_bench_fs.cc index 6ce1394..4a3adc9 100644 --- a/src/test/bench/small_io_bench_fs.cc +++ b/src/test/bench/small_io_bench_fs.cc @@ -12,7 +12,6 @@ #include <sstream> #include <stdlib.h> #include <fstream> -#include <iostream> #include "common/Formatter.h" diff --git a/src/test/bench/small_io_bench_rbd.cc b/src/test/bench/small_io_bench_rbd.cc index 3f148eb..4c56ffd 100644 --- a/src/test/bench/small_io_bench_rbd.cc +++ b/src/test/bench/small_io_bench_rbd.cc @@ -11,7 +11,6 @@ #include <sstream> #include <stdlib.h> #include <fstream> -#include <iostream> #include "common/Formatter.h" -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html