aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_sockpair_1byte.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-12 20:06:56 -0800
committerGravatar GitHub <noreply@github.com>2018-02-12 20:06:56 -0800
commit1d168541fd55352be71116a8c8e5c9229b65b2b4 (patch)
tree8cfebdbea2d906809cd0518ec902c2d9c82dbbe2 /test/core/end2end/fixtures/h2_sockpair_1byte.cc
parent4a280163f2d783ddf7ea93a646f56e329bda0128 (diff)
parent236d9f2a285db2d44ba23e7cb1bf7030ebbf9253 (diff)
Merge pull request #14407 from vjpai/gpr_review_thd
GPR review: Internalize most of gpr_thd (but not ID/current ID)
Diffstat (limited to 'test/core/end2end/fixtures/h2_sockpair_1byte.cc')
-rw-r--r--test/core/end2end/fixtures/h2_sockpair_1byte.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_sockpair_1byte.cc b/test/core/end2end/fixtures/h2_sockpair_1byte.cc
index 6499c90271..0d3cb34724 100644
--- a/test/core/end2end/fixtures/h2_sockpair_1byte.cc
+++ b/test/core/end2end/fixtures/h2_sockpair_1byte.cc
@@ -23,7 +23,6 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
-#include <grpc/support/thd.h>
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/http/client/http_client_filter.h"
@@ -31,6 +30,7 @@
#include "src/core/ext/filters/http/server/http_server_filter.h"
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/channel/connected_channel.h"
+#include "src/core/lib/gpr/thd.h"
#include "src/core/lib/iomgr/endpoint_pair.h"
#include "src/core/lib/iomgr/iomgr.h"
#include "src/core/lib/surface/channel.h"