Skip to content

Commit 8321c66

Browse files
authored
Remove tx/datashard -> kicli include dependence (#10258)
1 parent a7369f7 commit 8321c66

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ydb/core/persqueue/writer/source_id_encoding.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include <library/cpp/digest/md5/md5.h>
55
#include <library/cpp/string_utils/base64/base64.h>
66

7+
#include <ydb/public/lib/deprecated/kicli/kicli.h>
8+
79
#include <util/digest/city.h>
810
#include <util/digest/murmur.h>
911
#include <util/generic/yexception.h>

ydb/core/persqueue/writer/source_id_encoding.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
#pragma once
22

3-
#include <ydb/public/lib/deprecated/kicli/kicli.h>
43
#include <ydb/public/sdk/cpp/client/ydb_params/params.h>
54

65
#include <util/generic/fwd.h>
76
#include <util/generic/string.h>
87

8+
namespace NKikimr::NClient {
9+
class TParameters;
10+
}
11+
912
namespace NKikimr::NPQ {
1013

1114
enum class ESourceIdTableGeneration {

ydb/core/tx/datashard/change_sender_cdc_stream.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <ydb/core/change_exchange/util.h>
1010
#include <ydb/core/persqueue/writer/source_id_encoding.h>
1111
#include <ydb/core/persqueue/writer/writer.h>
12+
#include <ydb/core/protos/config.pb.h>
1213
#include <ydb/core/tx/scheme_cache/helpers.h>
1314
#include <ydb/core/tx/scheme_cache/scheme_cache.h>
1415
#include <ydb/library/actors/core/actor_bootstrapped.h>

ydb/core/tx/datashard/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ PEERDIR(
273273
ydb/library/minsketch
274274
ydb/library/yql/parser/pg_wrapper/interface
275275
ydb/public/api/protos
276-
ydb/public/lib/deprecated/kicli
277276
ydb/library/yql/dq/actors/compute
278277
ydb/library/yql/parser/pg_wrapper/interface
279278
ydb/services/lib/sharding

0 commit comments

Comments
 (0)