From 60432d9bda644fea5d7747eaad65d1da0e2c9d88 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 4 Feb 2013 17:54:06 +0100 Subject: [PATCH] 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 --- 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 e5090d2c5b0..d8f04ca7d10 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; -- 2.47.3