diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-04 17:54:01 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-04 09:27:10 -0800 |
commit | c8aeb93db429dcfd94eaddc610727b89f6bc082a (patch) | |
tree | 6fb75e49c6037667b04162a8a52d3fc46a8b5e7d | |
parent | 8197990986f949fb3ae686236d09d62e27589dd8 (diff) | |
download | ceph-c8aeb93db429dcfd94eaddc610727b89f6bc082a.tar.gz |
small_io_bench*.cc: remove twice included <iostream>
Cleanup includes, remove twice included <iostream>.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | src/test/bench/small_io_bench.cc | 1 | ||||
-rw-r--r-- | src/test/bench/small_io_bench_dumb.cc | 1 | ||||
-rw-r--r-- | src/test/bench/small_io_bench_fs.cc | 1 | ||||
-rw-r--r-- | src/test/bench/small_io_bench_rbd.cc | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/test/bench/small_io_bench.cc b/src/test/bench/small_io_bench.cc index 3fc0eff9541..2b200279c7a 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 46bdd0f75ca..6d79fdd53d0 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 6ce1394298c..4a3adc9e5dd 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 3f148eb5dd4..4c56ffd4e22 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" |