aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/unittests/format_ut.cpp
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2025-01-12 08:43:05 +0300
committerbabenko <babenko@yandex-team.com>2025-01-12 09:02:29 +0300
commit6065cf56d7ca8909c36e1f5c38daac25b2e584da (patch)
tree0f0842364b043541a144ceff0b9ca45cb46fc329 /library/cpp/yt/string/unittests/format_ut.cpp
parentf05fb708c73e4f5a484e9546c92a9ae8c5e799e8 (diff)
downloadydb-6065cf56d7ca8909c36e1f5c38daac25b2e584da.tar.gz
YT-18571: library/cpp/yt/small_containers -> library/cpp/yt/compact_containers
commit_hash:fc31d2770ebeffeb513c4535bd146c731b7f78fb
Diffstat (limited to 'library/cpp/yt/string/unittests/format_ut.cpp')
-rw-r--r--library/cpp/yt/string/unittests/format_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/string/unittests/format_ut.cpp b/library/cpp/yt/string/unittests/format_ut.cpp
index e6b5eb7cfe..5ec4a1ffa8 100644
--- a/library/cpp/yt/string/unittests/format_ut.cpp
+++ b/library/cpp/yt/string/unittests/format_ut.cpp
@@ -2,7 +2,7 @@
#include <library/cpp/yt/string/format.h>
-#include <library/cpp/yt/small_containers/compact_vector.h>
+#include <library/cpp/yt/compact_containers/compact_vector.h>
#include <util/generic/hash_set.h>