mirror of https://github.com/grpc/grpc-web.git
Merge pull request #116 from stanley-cheung/master
No more extern "C" for gRPC Core
This commit is contained in:
commit
e36a4980d3
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue