Skip to content

Commit b654981

Browse files
lberserqKamil Khamitov
and
Kamil Khamitov
authored
[KIKIMR-22738] (-) minor fixes merge first decoupling ydb/core/control <-> ydb/core/base (#15265)
Co-authored-by: Kamil Khamitov <[email protected]>
1 parent 37e370b commit b654981

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ydb/core/control/lib/ya.make

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ LIBRARY()
22

33
PEERDIR(
44
util
5-
ydb/core/base
6-
ydb/core/mon
7-
ydb/core/node_whiteboard
85
library/cpp/deprecated/atomic
6+
library/cpp/containers/absl_flat_hash
7+
library/cpp/monlib/service/pages
98
)
109

1110
SRCS(

ydb/core/control/ya.make

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
LIBRARY()
22

33
PEERDIR(
4-
ydb/library/actors/core
4+
ydb/core/base
55
ydb/core/control/lib
6+
ydb/core/mon
7+
ydb/library/actors/core
68
library/cpp/deprecated/atomic
79
)
810

ydb/core/mon_alloc/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ PEERDIR(
2626
library/cpp/monlib/service/pages
2727
ydb/core/base
2828
ydb/core/control/lib
29+
ydb/core/mon
2930
ydb/library/actors/core
3031
ydb/library/actors/prof
3132
ydb/library/services

0 commit comments

Comments
 (0)