aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2/timeout_encoding_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 16:30:24 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 16:30:24 -0700
commit6f37213fb0af6d361ee2804c6ec9917918f39bba (patch)
tree38efb2c07fd043b1c660211aae4e5df56e839778 /test/core/transport/chttp2/timeout_encoding_test.c
parent50e51a37d1ede22479aafe8fb3c53a65af635c4f (diff)
parent9a0f14ba9959ac0cbf672282f8376b4e4e3b14dc (diff)
Merge github.com:grpc/grpc into gource
Diffstat (limited to 'test/core/transport/chttp2/timeout_encoding_test.c')
-rw-r--r--test/core/transport/chttp2/timeout_encoding_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/transport/chttp2/timeout_encoding_test.c b/test/core/transport/chttp2/timeout_encoding_test.c
index b7dd60e9b1..9a91a14433 100644
--- a/test/core/transport/chttp2/timeout_encoding_test.c
+++ b/test/core/transport/chttp2/timeout_encoding_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/transport/chttp2/timeout_encoding.h"
+#include "src/core/lib/transport/chttp2/timeout_encoding.h"
#include <stdio.h>
#include <string.h>
@@ -40,7 +40,7 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/useful.h>
-#include "src/core/support/string.h"
+#include "src/core/lib/support/string.h"
#include "test/core/util/test_config.h"
#define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x)