]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
perf_counters.cc: remove twice included header files
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 4 Feb 2013 16:54:06 +0000 (17:54 +0100)
committerSage Weil <sage@inktank.com>
Mon, 4 Feb 2013 17:27:11 +0000 (09:27 -0800)
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>
src/test/perf_counters.cc

index e5090d2c5b09e9ad412e9a473782d377c516ba61..d8f04ca7d10b5c0126bede7f0db2e060de4e9cc6 100644 (file)
@@ -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;