]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/ServiceMap: do not include unused headers
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 04:13:40 +0000 (12:13 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 07:48:18 +0000 (15:48 +0800)
commit3adad9309a891baaafdae8ff653925b417acc2cd
treed0488fe07b2069ca24a6a82f8afec4779ef1cc7f
parentea33bc4fad5d30ef383f3f90876c9cdfb21dc53b
mgr/ServiceMap: do not include unused headers

<experimental/iterator> was included for std::experimental::make_ostream_joiner
in a968f65d784b3d6c6a172929aa293f09e6917fa6. but the code using
std::experimental::make_ostream_joiner was later rewritten in
ab0d8f2ae9f551e15a4c7bacbf69161e91263785, in which
std::experimental::make_ostream_joiner is not used anymore.

so let's drop it.

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