aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_ssl+poll.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-28 16:57:23 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-28 16:57:23 -0700
commit3c05db5b0b4fd5fcd5f93ab7d0844ade41971fc2 (patch)
treef54c8bd51ae91ec08877270d8e0c2e972babf0c5 /test/core/end2end/fixtures/h2_ssl+poll.c
parent67c0d04d052b43b8e29fd0de0abf883f61375fcd (diff)
parent9a0f14ba9959ac0cbf672282f8376b4e4e3b14dc (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_policies_new_interface
Diffstat (limited to 'test/core/end2end/fixtures/h2_ssl+poll.c')
-rw-r--r--test/core/end2end/fixtures/h2_ssl+poll.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/core/end2end/fixtures/h2_ssl+poll.c b/test/core/end2end/fixtures/h2_ssl+poll.c
index 66268c77d5..e93b4361ac 100644
--- a/test/core/end2end/fixtures/h2_ssl+poll.c
+++ b/test/core/end2end/fixtures/h2_ssl+poll.c
@@ -40,12 +40,12 @@
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
-#include "src/core/channel/channel_args.h"
-#include "src/core/iomgr/pollset_posix.h"
-#include "src/core/security/credentials.h"
-#include "src/core/support/env.h"
-#include "src/core/support/tmpfile.h"
-#include "src/core/support/string.h"
+#include "src/core/lib/channel/channel_args.h"
+#include "src/core/lib/iomgr/pollset_posix.h"
+#include "src/core/lib/security/credentials.h"
+#include "src/core/lib/support/env.h"
+#include "src/core/lib/support/string.h"
+#include "src/core/lib/support/tmpfile.h"
#include "test/core/end2end/data/ssl_test_data.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"