diff options
author | Craig Tiller <ctiller@google.com> | 2017-01-05 13:14:23 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-01-05 13:14:23 -0800 |
commit | 78e4bf629c259ba3e0d523296a23910dedc6676b (patch) | |
tree | 70a7b23dbea50bbd2d86815f15245d4d70560bd1 /src/core/ext | |
parent | 94c2647333252624d44ce45586a240968c53f511 (diff) | |
parent | 3a35f7ecbcef2f762a86a5874ecfc680bb870aaa (diff) |
Merge github.com:grpc/grpc into metadata_filter
Diffstat (limited to 'src/core/ext')
-rw-r--r-- | src/core/ext/transport/chttp2/client/chttp2_connector.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/client/chttp2_connector.c b/src/core/ext/transport/chttp2/client/chttp2_connector.c index bf4d797938..2385f91dbd 100644 --- a/src/core/ext/transport/chttp2/client/chttp2_connector.c +++ b/src/core/ext/transport/chttp2/client/chttp2_connector.c @@ -47,7 +47,6 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/channel/handshaker.h" #include "src/core/lib/iomgr/tcp_client.h" -#include "src/core/lib/security/transport/security_connector.h" #include "src/core/lib/slice/slice_internal.h" typedef struct { |