Skip to content

Commit 7e39cf0

Browse files
authored
Do not include grpc_helper.h in to the appdata.h (#10337) (#10357)
1 parent 744a463 commit 7e39cf0

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

ydb/core/base/appdata.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "event_filter.h"
3030

3131
#include <ydb/core/control/immediate_control_board_impl.h>
32-
#include <ydb/core/grpc_services/grpc_helper.h>
3332
#include <ydb/library/pdisk_io/aio.h>
3433

3534
#include <ydb/core/base/event_filter.h>

ydb/core/health_check/health_check.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <ydb/core/util/tuples.h>
2929

3030
#include <ydb/core/protos/blobstorage_distributed_config.pb.h>
31-
#include <ydb/core/protos/sys_view.pb.h>
31+
#include <ydb/core/sys_view/common/events.h>
3232

3333
#include <ydb/public/api/grpc/ydb_monitoring_v1.grpc.pb.h>
3434
#include <regex>

ydb/core/kqp/finalize_script_service/kqp_finalize_script_service.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#include <ydb/core/protos/config.pb.h>
99

10+
#include <queue>
11+
1012
namespace NKikimr::NKqp {
1113

1214
namespace {

ydb/core/testlib/actors/test_runtime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <ydb/core/mon/sync_http_mon.h>
88
#include <ydb/core/mon/async_http_mon.h>
99
#include <ydb/core/mon_alloc/profiler.h>
10+
#include <ydb/core/grpc_services/grpc_helper.h>
1011
#include <ydb/core/tablet/tablet_impl.h>
1112

1213
#include <ydb/library/actors/core/executor_pool_basic.h>

ydb/core/tx/replication/service/service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <ydb/core/base/path.h>
99
#include <ydb/core/base/domain.h>
1010
#include <ydb/core/base/statestorage.h>
11+
#include <ydb/core/scheme/scheme_pathid.h>
1112
#include <ydb/library/actors/core/actor_bootstrapped.h>
1213
#include <ydb/library/actors/core/hfunc.h>
1314

ydb/library/grpc/actor_client/grpc_service_cache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <ydb/library/actors/core/mailbox.h>
77
#include <ydb/core/util/simple_cache.h>
88

9+
#include <grpcpp/support/status.h>
10+
911
namespace NGrpcActorClient {
1012

1113
template <typename TEventRequestType, typename TEventResponseType>

0 commit comments

Comments
 (0)