aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-21 16:35:36 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-21 16:35:36 -0700
commita10634cadc5562c660724084ebc8c4baa1532fbf (patch)
tree4112a026c3546e608d34c34dfb3833485d1313da /src/core/ext/transport/chttp2/client
parent31e957632fc59457b061f72e98951e293c8c0851 (diff)
parent92d11e368bdd7859058180da615f0d4af3f83f8d (diff)
Merge branch 'master' of github.com:grpc/grpc into authority_header
Diffstat (limited to 'src/core/ext/transport/chttp2/client')
-rw-r--r--src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc b/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
index 479f0da572..b95c9dae53 100644
--- a/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
+++ b/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
@@ -29,7 +29,6 @@
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/iomgr/endpoint.h"
-#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/tcp_client_posix.h"
#include "src/core/lib/iomgr/tcp_posix.h"
#include "src/core/lib/surface/api_trace.h"