From 85ddf5c71351faae8d269339bbc8be638a3d52c1 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 29 Oct 2018 00:14:05 -0700 Subject: Get ClientContext included with ChannelInterface, and slight more cleanup --- include/grpcpp/impl/codegen/channel_interface.h | 1 + include/grpcpp/impl/codegen/client_interceptor.h | 1 - include/grpcpp/impl/codegen/interceptor.h | 2 +- include/grpcpp/impl/codegen/server_interceptor.h | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) (limited to 'include/grpcpp/impl/codegen') diff --git a/include/grpcpp/impl/codegen/channel_interface.h b/include/grpcpp/impl/codegen/channel_interface.h index 6fd1dd1d9b..e957ea6aab 100644 --- a/include/grpcpp/impl/codegen/channel_interface.h +++ b/include/grpcpp/impl/codegen/channel_interface.h @@ -21,6 +21,7 @@ #include #include +#include #include #include diff --git a/include/grpcpp/impl/codegen/client_interceptor.h b/include/grpcpp/impl/codegen/client_interceptor.h index 00113f04aa..0e08a7ce01 100644 --- a/include/grpcpp/impl/codegen/client_interceptor.h +++ b/include/grpcpp/impl/codegen/client_interceptor.h @@ -21,7 +21,6 @@ #include -#include #include #include diff --git a/include/grpcpp/impl/codegen/interceptor.h b/include/grpcpp/impl/codegen/interceptor.h index cdd34b80d1..15cab711e5 100644 --- a/include/grpcpp/impl/codegen/interceptor.h +++ b/include/grpcpp/impl/codegen/interceptor.h @@ -21,13 +21,13 @@ #include #include -#include #include #include #include namespace grpc { +class ChannelInterface; class Status; namespace experimental { diff --git a/include/grpcpp/impl/codegen/server_interceptor.h b/include/grpcpp/impl/codegen/server_interceptor.h index c39e9a988d..5fb5df28b7 100644 --- a/include/grpcpp/impl/codegen/server_interceptor.h +++ b/include/grpcpp/impl/codegen/server_interceptor.h @@ -22,7 +22,6 @@ #include #include -#include #include #include -- cgit v1.2.3