Skip to content

Commit

Permalink
Moved "Modernize grpcpp includes" commit from ydb repo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgthegreat committed May 28, 2024
1 parent 715b141 commit 4329b45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions include/ydb-cpp-sdk/library/grpc/client/grpc_client_low.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include <ydb-cpp-sdk/util/thread/factory.h>
#include <ydb-cpp-sdk/util/string/builder.h>
#include <grpc++/grpc++.h>
#include <grpc++/support/async_stream.h>
#include <grpc++/support/async_unary_call.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/support/async_stream.h>
#include <grpcpp/support/async_unary_call.h>

#include <deque>
#include <condition_variable>
Expand Down
4 changes: 2 additions & 2 deletions include/ydb-cpp-sdk/library/grpc/client/grpc_common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <grpc++/grpc++.h>
#include <grpc++/resource_quota.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/resource_quota.h>

#include <ydb-cpp-sdk/library/grpc/common/constants.h>
#include <ydb-cpp-sdk/util/datetime/base.h>
Expand Down
2 changes: 1 addition & 1 deletion src/client/impl/ydb_internal/grpc_connections/actions.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <ydb-cpp-sdk/util/thread/pool.h>

#include <grpc++/alarm.h>
#include <grpcpp/alarm.h>

namespace NYdb {

Expand Down

0 comments on commit 4329b45

Please sign in to comment.