diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-04 17:54:06 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-04 18:27:11 +0100 |
commit | 60432d9bda644fea5d7747eaad65d1da0e2c9d88 (patch) | |
tree | c1bfc1d069a36ae0c62c84448eb06f412644de74 /src/test/perf_counters.cc | |
parent | testxattr.cc: remove twice included <iostream> (diff) | |
download | ceph-60432d9bda644fea5d7747eaad65d1da0e2c9d88.tar.xz ceph-60432d9bda644fea5d7747eaad65d1da0e2c9d88.zip |
perf_counters.cc: remove twice included header files
Cleanup includes, remove twice included "global/global_init.h" and
"common/ceph_context.h".
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'src/test/perf_counters.cc')
-rw-r--r-- | src/test/perf_counters.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/perf_counters.cc b/src/test/perf_counters.cc index e5090d2c5b0..d8f04ca7d10 100644 --- a/src/test/perf_counters.cc +++ b/src/test/perf_counters.cc @@ -43,9 +43,7 @@ #include <time.h> #include <unistd.h> -#include "global/global_init.h" #include "common/common_init.h" -#include "common/ceph_context.h" int main(int argc, char **argv) { std::vector<const char *> preargs; |