]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw_lc: drop a bunch of unused headers
authorAbhishek Lekshmanan <abhishek@suse.com>
Wed, 5 Apr 2017 11:20:41 +0000 (13:20 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 5 Apr 2017 11:20:41 +0000 (13:20 +0200)
Dropping headers that are already included as a part of rgw_common

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_lc.cc

index f266b5d2a88622b06f8a74a4f98b70cf9d5bfb0c..3ae6b7865dbf180d242fa521f2e86e39386d04ba 100644 (file)
@@ -2,21 +2,16 @@
 #include <iostream>
 #include <map>
 
-#include "include/types.h"
-
 #include "common/Formatter.h"
 #include <common/errno.h>
 #include "auth/Crypto.h"
-#include "include/rados/librados.hpp"
 #include "cls/rgw/cls_rgw_client.h"
 #include "cls/refcount/cls_refcount_client.h"
 #include "cls/lock/cls_lock_client.h"
-#include <common/dout.h>
 #include "rgw_common.h"
 #include "rgw_bucket.h"
 #include "rgw_lc.h"
 
-
 #define dout_context g_ceph_context
 #define dout_subsys ceph_subsys_rgw