File tree Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
#include < ydb/core/protos/kqp.pb.h>
4
4
#include < ydb/core/kqp/common/simple/kqp_event_ids.h>
5
5
#include < ydb/core/kqp/common/kqp_user_request_context.h>
6
- #include < ydb/core/grpc_services/base/base .h>
6
+ #include < ydb/core/grpc_services/base/iface .h>
7
7
#include < ydb/core/grpc_services/cancelation/cancelation_event.h>
8
8
#include < ydb/core/grpc_services/cancelation/cancelation.h>
9
9
Original file line number Diff line number Diff line change 12
12
13
13
#include < library/cpp/lwtrace/shuttle.h>
14
14
15
- #include < ydb/core/grpc_services/base/base.h>
16
15
#include < ydb/core/grpc_services/cancelation/cancelation.h>
17
16
#include < ydb/core/grpc_services/cancelation/cancelation_event.h>
18
17
#include < ydb/core/kqp/counters/kqp_counters.h>
Original file line number Diff line number Diff line change 2
2
3
3
#include < ydb/core/protos/kqp.pb.h>
4
4
#include < ydb/core/protos/load_test.pb.h>
5
+ #include < ydb/library/services/services.pb.h>
5
6
6
7
#include < library/cpp/monlib/dynamic_counters/percentile/percentile_lg.h>
7
8
#include < library/cpp/json/writer/json_value.h>
Original file line number Diff line number Diff line change 5
5
#include < ydb/core/kqp/common/kqp.h>
6
6
7
7
#include < ydb/library/actors/core/actor_bootstrapped.h>
8
+ #include < ydb/library/actors/core/hfunc.h>
9
+ #include < ydb/library/actors/core/log.h>
8
10
9
11
namespace NKikimr {
10
12
Original file line number Diff line number Diff line change 9
9
#include < ydb/core/kqp/common/kqp.h>
10
10
#include < ydb/core/mind/address_classification/net_classifier.h>
11
11
12
+ #include < ydb/library/services/services.pb.h>
13
+
12
14
namespace NKikimr {
13
15
namespace NGRpcProxy {
14
16
Original file line number Diff line number Diff line change 2
2
3
3
#include < ydb/core/kqp/common/events/events.h>
4
4
#include < ydb/library/actors/core/actor_bootstrapped.h>
5
+ #include < ydb/library/actors/core/hfunc.h>
5
6
6
7
namespace NKikimr ::NPersQueueTests {
7
8
You can’t perform that action at this time.
0 commit comments