]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MonClient: do not include unused header
authorKefu Chai <kchai@redhat.com>
Fri, 22 Jan 2021 02:35:00 +0000 (10:35 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Jan 2021 10:54:28 +0000 (18:54 +0800)
commit37dc3ea9c2d837963a1c1caba2286daec5b067fb
tree48bea8877e9c87b8997b5b14b9e983d898ea02ad
parent237cbc9ba5da4c2a947a363a4dd90d8c01795869
mon/MonClient: do not include unused header

MGetConfig.h is not used anywhere in this source file, so no need to
include it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/MonClient.cc