gRPC Updates

This commit is contained in:
Stanley Cheung 2018-02-15 13:37:08 -08:00
parent af3e6fd563
commit cd94b81ed7
3 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include "third_party/grpc/include/grpc/grpc.h"
#include "third_party/grpc/include/grpc/slice.h"
#include "third_party/grpc/include/grpc/status.h"
#include "third_party/grpc/include/grpc/support/thd.h"
#include "third_party/grpc/include/grpc/support/time.h"
// Tag for requests to GRPC backend. It contains the content and will be send

View File

@ -8,6 +8,7 @@
#include "net/grpc/gateway/runtime/tag.h"
#include "third_party/grpc/include/grpc/grpc.h"
#include "third_party/grpc/include/grpc/support/time.h"
#include "third_party/grpc/src/core/lib/gpr/thd.h"
namespace grpc {
namespace gateway {

View File

@ -2,7 +2,7 @@
#define NET_GRPC_GATEWAY_RUNTIME_GRPC_EVENT_QUEUE_H_
#include "third_party/grpc/include/grpc/grpc.h"
#include "third_party/grpc/include/grpc/support/thd.h"
#include "third_party/grpc/include/grpc/support/thd_id.h"
namespace grpc {
namespace gateway {