Remove unecessary file

This commit is contained in:
Karthik Ravi Shankar 2019-04-11 15:46:08 -07:00
parent 62fb156122
commit 00f736adda
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
--- include/grpcpp/impl/codegen/server_interface.h
+++ include/grpcpp/impl/codegen/server_interface.h
@@ -29,14 +29,14 @@
#include <grpcpp/impl/codegen/server_context.h>
namespace grpc_impl {
-class Channel;
+class CompletionQueue;
+class ServerCompletionQueue;
class ServerCredentials;
} // namespace grpc_impl
namespace grpc {
class AsyncGenericService;
class GenericServerContext;
-class ServerCompletionQueue;
class ServerContext;
class Service;