]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: remove unused includes in librados_c.cc 64520/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 16 Jul 2025 00:56:45 +0000 (08:56 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 16 Jul 2025 01:00:39 +0000 (09:00 +0800)
commit5361c81069db711f8a480430c52abae0716c7bdc
tree708e02c4f42b1086625d2ef06166cc6e600a6c2e
parentc2bee4c7922ad467c591e8f7faea17139f220a3f
librados: remove unused includes in librados_c.cc

Remove unused header includes from librados_c.cc to reduce unnecessary
dependencies. This cleanup was initially motivated by removing unused
linkage of cls_lock_client, but expanded to address all unused includes
in the file.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/librados/librados_c.cc