diff options
author | Craig Tiller <ctiller@google.com> | 2015-06-25 12:54:23 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-06-25 12:54:23 -0700 |
commit | e039f0338333e1a2f368ec20740662fb2eac2875 (patch) | |
tree | c4267e757c1196815e0559790d56a6e7679c373d /test | |
parent | 3f475422ecb8cd5c648ce86f126122ba6dee1c9c (diff) |
Plumbing transport_op changes through
Diffstat (limited to 'test')
-rw-r--r-- | test/core/end2end/fixtures/chttp2_fullstack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/chttp2_fullstack.c b/test/core/end2end/fixtures/chttp2_fullstack.c index b83e227a89..e647434509 100644 --- a/test/core/end2end/fixtures/chttp2_fullstack.c +++ b/test/core/end2end/fixtures/chttp2_fullstack.c @@ -39,7 +39,6 @@ #include "src/core/channel/connected_channel.h" #include "src/core/channel/http_server_filter.h" #include "src/core/surface/channel.h" -#include "src/core/surface/client.h" #include "src/core/surface/server.h" #include "src/core/transport/chttp2_transport.h" #include <grpc/support/alloc.h> |