From e66aec6eedb838541667b310e1dabdd488b4c77c Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Fri, 2 May 2014 03:31:13 +0200 Subject: [PATCH] ceph_monstore_tool.cc: remove twice included headers Signed-off-by: Danny Al-Gaaf --- src/tools/ceph_monstore_tool.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/ceph_monstore_tool.cc b/src/tools/ceph_monstore_tool.cc index 231d257bd27..9fa6e9bcc2e 100644 --- a/src/tools/ceph_monstore_tool.cc +++ b/src/tools/ceph_monstore_tool.cc @@ -18,15 +18,12 @@ #include #include #include -#include #include #include #include #include -#include #include #include -#include #include "global/global_init.h" #include "os/LevelDBStore.h"