Skip to content

Commit c768df8

Browse files
committed
de-insulate grpc client context
1 parent ecf734b commit c768df8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/viam/sdk/common/client_helper.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ namespace grpc {
99

1010
class Status;
1111

12-
class ClientContext;
13-
1412
template <typename T>
1513
class ClientReaderInterface;
1614

src/viam/sdk/common/utils.hpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <memory>
44

55
#include <boost/optional/optional.hpp>
6+
#include <grpcpp/client_context.h>
67

78
#include <viam/sdk/common/proto_value.hpp>
89
#include <viam/sdk/components/component.hpp>
@@ -17,12 +18,6 @@ class Timestamp;
1718
} // namespace protobuf
1819
} // namespace google
1920

20-
namespace grpc {
21-
22-
class ClientContext;
23-
24-
}
25-
2621
namespace viam {
2722
namespace common {
2823
namespace v1 {

0 commit comments

Comments
 (0)