From: Danny Al-Gaaf Date: Mon, 4 Feb 2013 16:54:06 +0000 (+0100) Subject: perf_counters.cc: remove twice included header files X-Git-Tag: v0.57~51 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=60432d9bda644fea5d7747eaad65d1da0e2c9d88;p=ceph.git 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 --- diff --git a/src/test/perf_counters.cc b/src/test/perf_counters.cc index e5090d2c5b09..d8f04ca7d10b 100644 --- a/src/test/perf_counters.cc +++ b/src/test/perf_counters.cc @@ -43,9 +43,7 @@ #include #include -#include "global/global_init.h" #include "common/common_init.h" -#include "common/ceph_context.h" int main(int argc, char **argv) { std::vector preargs;