Skip to content

Commit 35ca31b

Browse files
committed
Moved grpc_client headers
1 parent 982180d commit 35ca31b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

src/library/grpc/client/grpc_client_low.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <ydb-cpp-sdk/library/grpc/client/grpc_client_low.h>
1+
#include "grpc_client_low.h"
2+
23
#include <grpc/support/log.h>
34

45
#include <library/cpp/containers/stack_vector/stack_vec.h>

include/ydb-cpp-sdk/library/grpc/client/grpc_common.h renamed to src/library/grpc/client/grpc_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <grpcpp/resource_quota.h>
55

66
#include <ydb-cpp-sdk/type_switcher.h>
7-
#include <ydb-cpp-sdk/library/grpc/common/constants.h>
7+
#include <src/library/grpc/common/constants.h>
88

99
#include <util/datetime/base.h>
1010
#include <unordered_map>

tests/unit/library/grpc_client/grpc_client_low_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <ydb-cpp-sdk/library/grpc/client/grpc_client_low.h>
1+
#include <src/library/grpc/client/grpc_client_low.h>
22

33
#include <library/cpp/testing/unittest/registar.h>
44

0 commit comments

Comments
 (0)