]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Remove unused includes from `rgw_common.{cc,h}`.
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 24 Mar 2026 17:43:02 +0000 (13:43 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 26 Mar 2026 04:07:20 +0000 (00:07 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_common.cc
src/rgw/rgw_common.h

index 6c1629c3f9e75448f2ce26cf754a8b30214d98a7..99a7b2599914c2f02a216c896c8711094b7f42d4 100644 (file)
@@ -7,7 +7,6 @@
 #include <string>
 #include <boost/tokenizer.hpp>
 
-#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"
index e86dede3594c3121e2b85d5e7de365e3f3f8da8e..3131e1d8f1dc612f7b969e91d2d2430db65e5cd0 100644 (file)
@@ -28,7 +28,6 @@
 #include <boost/container/flat_map.hpp>
 #include <boost/container/flat_set.hpp>
 
-#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;