Remove invalid forward declaration

pull/24120/head
Vijay Pai 4 years ago committed by GitHub
parent c77540c1f8
commit 6bbe905e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      include/grpcpp/impl/codegen/service_type.h

@ -26,10 +26,6 @@
#include <grpcpp/impl/codegen/server_interface.h>
#include <grpcpp/impl/codegen/status.h>
namespace grpc_impl {
class Server;
} // namespace grpc_impl
namespace grpc {
class CompletionQueue;

Loading…
Cancel
Save