修改pods
This commit is contained in:
11
Pods/gRPC-C++/include/grpcpp/server.h
generated
11
Pods/gRPC-C++/include/grpcpp/server.h
generated
@@ -19,14 +19,9 @@
|
||||
#ifndef GRPCPP_SERVER_H
|
||||
#define GRPCPP_SERVER_H
|
||||
|
||||
#include <grpc/support/port_platform.h>
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <grpc/compression.h>
|
||||
#include <grpc/support/atm.h>
|
||||
#include <grpc/support/port_platform.h>
|
||||
#include <grpcpp/channel.h>
|
||||
#include <grpcpp/completion_queue.h>
|
||||
#include <grpcpp/health_check_service_interface.h>
|
||||
@@ -40,6 +35,10 @@
|
||||
#include <grpcpp/support/config.h>
|
||||
#include <grpcpp/support/status.h>
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
struct grpc_server;
|
||||
|
||||
namespace grpc {
|
||||
|
||||
Reference in New Issue
Block a user