diff options
author | babenko <babenko@yandex-team.com> | 2025-01-20 22:40:07 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2025-01-20 23:12:48 +0300 |
commit | 3278759bf794f497e25675f20e4fdb8deab0b87d (patch) | |
tree | 32cea6c63af4d727bcfdfbf773b5dc5a3d9c6a13 | |
parent | 9f98506ce978ce6089f181c6e70383535f4582ad (diff) | |
download | ydb-3278759bf794f497e25675f20e4fdb8deab0b87d.tar.gz |
Update includes: yt/yt/core/misc/shared_range.h => library/cpp/yt/memory/shared_range.h
commit_hash:0b5f8c13918dc8d3a2430e6d1149db7c807dc120
-rw-r--r-- | yt/yt/client/api/rowset.h | 2 | ||||
-rw-r--r-- | yt/yt/core/misc/range_formatters.h | 3 | ||||
-rw-r--r-- | yt/yt/core/misc/shared_range.h | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/yt/yt/client/api/rowset.h b/yt/yt/client/api/rowset.h index f70dfc438c..9cd930ace4 100644 --- a/yt/yt/client/api/rowset.h +++ b/yt/yt/client/api/rowset.h @@ -8,7 +8,7 @@ #include <yt/yt/core/actions/future.h> -#include <yt/yt/core/misc/shared_range.h> +#include <library/cpp/yt/memory/shared_range.h> namespace NYT::NApi { diff --git a/yt/yt/core/misc/range_formatters.h b/yt/yt/core/misc/range_formatters.h index 76e09f3b51..3ebeff1706 100644 --- a/yt/yt/core/misc/range_formatters.h +++ b/yt/yt/core/misc/range_formatters.h @@ -1,10 +1,9 @@ #pragma once -#include "shared_range.h" - #include <library/cpp/yt/string/format.h> #include <library/cpp/yt/memory/range.h> +#include <library/cpp/yt/memory/shared_range.h> namespace NYT { diff --git a/yt/yt/core/misc/shared_range.h b/yt/yt/core/misc/shared_range.h deleted file mode 100644 index db37476ad3..0000000000 --- a/yt/yt/core/misc/shared_range.h +++ /dev/null @@ -1 +0,0 @@ -#include <library/cpp/yt/memory/shared_range.h> |