From 036d7af16f98b6ec43dd5b2fa84965394f0bb7a9 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Wed, 5 Apr 2017 13:20:41 +0200 Subject: [PATCH] rgw_lc: drop a bunch of unused headers Dropping headers that are already included as a part of rgw_common Signed-off-by: Abhishek Lekshmanan --- src/rgw/rgw_lc.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rgw/rgw_lc.cc b/src/rgw/rgw_lc.cc index f266b5d2a8862..3ae6b7865dbf1 100644 --- a/src/rgw/rgw_lc.cc +++ b/src/rgw/rgw_lc.cc @@ -2,21 +2,16 @@ #include #include -#include "include/types.h" - #include "common/Formatter.h" #include #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 #include "rgw_common.h" #include "rgw_bucket.h" #include "rgw_lc.h" - #define dout_context g_ceph_context #define dout_subsys ceph_subsys_rgw -- 2.39.5