Fix includes: remove twice included common/obj_bencher.h and common/errno.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/rados.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rados.cc b/src/rados.cc index b06f703..a870255 100644 --- a/src/rados.cc +++ b/src/rados.cc @@ -18,8 +18,6 @@ #include "rados_sync.h" using namespace librados; -#include "common/obj_bencher.h" - #include "common/config.h" #include "common/ceph_argparse.h" #include "global/global_init.h" @@ -42,8 +40,6 @@ using namespace librados; #include <climits> #include <locale> -#include "common/errno.h" - #include "cls/lock/cls_lock_client.h" int rados_tool_sync(const std::map < std::string, std::string > &opts, -- 1.8.0 -- 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