Cleanup includes, remove twice included "global/global_init.h" and "common/ceph_context.h". Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/test/perf_counters.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/perf_counters.cc b/src/test/perf_counters.cc index e5090d2..d8f04ca 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; -- 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