From: Adam C. Emerson Date: Tue, 24 Mar 2026 17:43:02 +0000 (-0400) Subject: rgw: Remove unused includes from `rgw_common.{cc,h}`. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=00604c8104593541b30a51da143c810667af3ff7;p=ceph.git rgw: Remove unused includes from `rgw_common.{cc,h}`. Signed-off-by: Adam C. Emerson --- diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index 6c1629c3f9e7..99a7b2599914 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -7,7 +7,6 @@ #include #include -#include "json_spirit/json_spirit.h" #include "common/ceph_json.h" #include "common/Formatter.h" #include "common/versioned_variant.h" @@ -22,8 +21,6 @@ #include "global/global_init.h" #include "common/ceph_crypto.h" #include "common/openssl_opts_handler.h" -#include "common/armor.h" -#include "common/errno.h" #include "common/Clock.h" #include "common/convenience.h" #include "common/strtol.h" diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index e86dede3594c..3131e1d8f1dc 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -28,7 +28,6 @@ #include #include -#include "common/dout_fmt.h" #include "include/neorados/RADOS.hpp" #include "common/ceph_crypto.h" @@ -55,7 +54,6 @@ #include "include/rados/librados.hpp" #include "rgw_public_access.h" #include "rgw_sal_fwd.h" -#include "rgw_hex.h" namespace ceph { class Formatter;