aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-11 16:48:31 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-11 16:48:31 +0300
commit8195aedf490506f93f6ccacbbdafccf2f9799c07 (patch)
tree9a25368ae1b4168022e3bdceba6baf49e094c302 /library/cpp
parente895ec8c9522373245234b551f346eeba9f56b5a (diff)
downloadydb-8195aedf490506f93f6ccacbbdafccf2f9799c07.tar.gz
intermediate changes
ref:9f55d2c3ce619b2f172c3d636d0caefc9dc33095
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp4
-rw-r--r--library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp6
2 files changed, 6 insertions, 4 deletions
diff --git a/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp b/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp
index 0b2f2906922..01aa32ff721 100644
--- a/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp
+++ b/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp
@@ -1,6 +1,6 @@
-#include <yt/yt/core/test_framework/framework.h>
+#include <library/cpp/yt/small_containers/compact_flat_map.h>
-#include <yt/yt/core/misc/compact_flat_map.h>
+#include <library/cpp/testing/gtest/gtest.h>
#include <string>
#include <vector>
diff --git a/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp b/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp
index 770d62b9fd9..33e9f31f9d3 100644
--- a/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp
+++ b/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp
@@ -12,9 +12,11 @@
//
//===----------------------------------------------------------------------===//
-#include <yt/yt/core/test_framework/framework.h>
+#include <library/cpp/yt/small_containers/compact_vector.h>
-#include <yt/yt/core/misc/compact_vector.h>
+#include <library/cpp/testing/gtest/gtest.h>
+
+#include <util/string/cast.h>
#include <algorithm>
#include <list>