diff options
author | David G. Quintas <dgq@google.com> | 2016-04-01 15:33:59 -0700 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2016-04-01 15:33:59 -0700 |
commit | b48dda25913fbf6fcb0a7c86ecc364beb31ff43b (patch) | |
tree | da2cca3c4881504230c8fd3d72ac0ce297034a5d /src/core/ext/transport | |
parent | 0b868c7c0713c93f2aa76460af1d03879256ba4d (diff) | |
parent | abcebb07983ae4b1824cb4481462cd4b234e149a (diff) |
Merge branch 'master' into subchannel_factory_create_lb_channel
Diffstat (limited to 'src/core/ext/transport')
-rw-r--r-- | src/core/ext/transport/chttp2/client/insecure/channel_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/client/insecure/channel_create.c b/src/core/ext/transport/chttp2/client/insecure/channel_create.c index 6083e0d22e..ee2ac44978 100644 --- a/src/core/ext/transport/chttp2/client/insecure/channel_create.c +++ b/src/core/ext/transport/chttp2/client/insecure/channel_create.c @@ -40,8 +40,8 @@ #include <grpc/support/slice.h> #include <grpc/support/slice_buffer.h> +#include "src/core/ext/census/grpc_filter.h" #include "src/core/ext/transport/chttp2/transport/chttp2_transport.h" -#include "src/core/lib/census/grpc_filter.h" #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/channel/client_channel.h" #include "src/core/lib/channel/compress_filter.h" |