diff options
-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> |