diff mbox

[27/30] rados.cc: remove twice included headers

Message ID 1354107458-30941-28-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
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 | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

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,