]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
<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

index b6f8ad97c86d103be1db55a58169244bcf1ec3b2..04b32b27ee4ac27abd77ca53da5b44ec5a53fc7f 100644 (file)
@@ -3,9 +3,7 @@
 
 #include "mgr/ServiceMap.h"
 
-#include <experimental/iterator>
 #include <fmt/format.h>
-#include <regex>
 
 #include "common/Formatter.h"