diff options
author | Craig Tiller <ctiller@google.com> | 2017-01-04 16:07:50 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-01-04 16:07:50 -0800 |
commit | a3a5b2d68c45745277a6b91366aeab1a6b739b5d (patch) | |
tree | 79db3b82be6f82997ce1dd647cb6306ca6ac46fa /src/core/ext/transport | |
parent | cd7faa27df91c9696d855bbe38bd1a9127eaee40 (diff) |
Remove errant header
Diffstat (limited to 'src/core/ext/transport')
-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 { |