aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/json_rewrite_test.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-28 20:21:43 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-28 20:21:43 +0200
commit1bb17d31cd00d70048c51c99ed5a827ea10389e6 (patch)
tree7896eefe6e037be157efcade7db989b113130126 /test/core/json/json_rewrite_test.c
parent367e5d896b115413f278b239dd63194cb3671c17 (diff)
parente5cc05b5c6cee7026a0d28d39925621451506820 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all
Diffstat (limited to 'test/core/json/json_rewrite_test.c')
-rw-r--r--test/core/json/json_rewrite_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/json/json_rewrite_test.c b/test/core/json/json_rewrite_test.c
index 1916d4b86c..33fc98ed74 100644
--- a/test/core/json/json_rewrite_test.c
+++ b/test/core/json/json_rewrite_test.c
@@ -39,8 +39,8 @@
#include <grpc/support/useful.h>
#include "test/core/util/test_config.h"
-#include "src/core/json/json_reader.h"
-#include "src/core/json/json_writer.h"
+#include "src/core/lib/json/json_reader.h"
+#include "src/core/lib/json/json_writer.h"
typedef struct json_writer_userdata { FILE *cmp; } json_writer_userdata;