Merge pull request #116 from stanley-cheung/master

No more extern "C" for gRPC Core
This commit is contained in:
Stanley Cheung 2017-12-04 21:45:33 -08:00 committed by GitHub
commit e36a4980d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,10 +2,8 @@
#include "net/grpc/gateway/log.h" #include "net/grpc/gateway/log.h"
#include "net/grpc/gateway/utils.h" #include "net/grpc/gateway/utils.h"
extern "C" {
#include "third_party/grpc/src/core/lib/compression/message_compress.h" #include "third_party/grpc/src/core/lib/compression/message_compress.h"
#include "third_party/grpc/src/core/lib/iomgr/exec_ctx.h" #include "third_party/grpc/src/core/lib/iomgr/exec_ctx.h"
}
namespace grpc { namespace grpc {
namespace gateway { namespace gateway {