aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full+poll+pipe.c
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-03-28 11:09:21 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-03-28 11:09:21 -0700
commitd0facacece41cb4ae887cb565d8d8447249d4adb (patch)
treef90fa102c47dd9972f15258a1af3ae0e6e6c3e60 /test/core/end2end/fixtures/h2_full+poll+pipe.c
parent761f7bc3e4cb87af5521eae8803d27dbee64c958 (diff)
parente5cc05b5c6cee7026a0d28d39925621451506820 (diff)
Merge branch 'master' into make_unix_sockets_great_again
Diffstat (limited to 'test/core/end2end/fixtures/h2_full+poll+pipe.c')
-rw-r--r--test/core/end2end/fixtures/h2_full+poll+pipe.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/core/end2end/fixtures/h2_full+poll+pipe.c b/test/core/end2end/fixtures/h2_full+poll+pipe.c
index 682598fbe2..0584b81448 100644
--- a/test/core/end2end/fixtures/h2_full+poll+pipe.c
+++ b/test/core/end2end/fixtures/h2_full+poll+pipe.c
@@ -42,14 +42,14 @@
#include <grpc/support/thd.h>
#include <grpc/support/useful.h>
-#include "src/core/channel/client_channel.h"
-#include "src/core/channel/connected_channel.h"
-#include "src/core/channel/http_server_filter.h"
-#include "src/core/iomgr/pollset_posix.h"
-#include "src/core/iomgr/wakeup_fd_posix.h"
-#include "src/core/surface/channel.h"
-#include "src/core/surface/server.h"
-#include "src/core/transport/chttp2_transport.h"
+#include "src/core/lib/channel/client_channel.h"
+#include "src/core/lib/channel/connected_channel.h"
+#include "src/core/lib/channel/http_server_filter.h"
+#include "src/core/lib/iomgr/pollset_posix.h"
+#include "src/core/lib/iomgr/wakeup_fd_posix.h"
+#include "src/core/lib/surface/channel.h"
+#include "src/core/lib/surface/server.h"
+#include "src/core/lib/transport/chttp2_transport.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"