diff options
author | tobo <tobo@yandex-team.com> | 2024-12-07 17:49:20 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2024-12-07 18:06:43 +0300 |
commit | 3e9c1ab61ee8fdc49ff291c0a24af1b0e688567c (patch) | |
tree | 4af0f6564fbaa650add64eb83a74a081ec6fb5b5 | |
parent | 1f88159da6c7212dc21c80a8322bc7a4ab260e07 (diff) | |
download | ydb-3e9c1ab61ee8fdc49ff291c0a24af1b0e688567c.tar.gz |
remove unused include
commit_hash:02f30d5e3f7e0769ff3b7a2d69e6c2cd8935fd57
-rw-r--r-- | yt/cpp/mapreduce/interface/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/interface/common.h b/yt/cpp/mapreduce/interface/common.h index aff09c173f..d595302bbb 100644 --- a/yt/cpp/mapreduce/interface/common.h +++ b/yt/cpp/mapreduce/interface/common.h @@ -14,7 +14,6 @@ #include <util/generic/map.h> #include <util/generic/maybe.h> #include <util/generic/ptr.h> -#include <util/system/type_name.h> #include <util/generic/vector.h> #include <google/protobuf/message.h> @@ -1025,7 +1024,7 @@ struct TRichYPath /// /// @{ /// - /// Get range view, that is convenient way to iterate through all ranges. + /// Get range view, that is a convenient way to iterate through all ranges. TArrayRef<TReadRange> MutableRangesView() { if (Ranges_.Defined()) { |