]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rados.cc: remove twice included headers
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 28 Nov 2012 12:57:35 +0000 (13:57 +0100)
committerSage Weil <sage@inktank.com>
Wed, 28 Nov 2012 16:25:42 +0000 (08:25 -0800)
Fix includes: remove twice included common/obj_bencher.h and
common/errno.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rados.cc

index b06f703d392610b8ed4cd6cef7fa69f18f0e0ce6..a87025574a4d11c080fa370cc7619109290559fb 100644 (file)
@@ -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,