]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osdc: remove unused rados.h include from error_code.h
authorKefu Chai <tchaikov@gmail.com>
Mon, 30 Jun 2025 08:48:09 +0000 (16:48 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 30 Jun 2025 08:51:28 +0000 (16:51 +0800)
commitcfb66395d6b59b13729a419eb99d2d1c046d4eb8
treea47faa0987eec939a3f3529111e219fafca26a08
parent5aeaa104d86517f4a289f377c72c2ed63e476f76
osdc: remove unused rados.h include from error_code.h

Remove unnecessary `#include "include/rados.h"` from error_code.h as it's not
used by the header and error_code.h doesn't need to expose any RADOS
declarations.

This improves compilation time and reduces unnecessary dependencies.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/osdc/error_code.h