aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-08 12:13:11 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 12:13:11 -0800
commitd3fb421ffacfef92af692c9753a97344f9812559 (patch)
tree9670fdd43ee8f4772c10ca0aab40b5667b0b1f8f /test/core/json
parent100e0a78ebc1ecfaefb57c5105506b3091d4b86c (diff)
parent573717bc8d7aea0eedb5fa33083bcbc38f59159b (diff)
Merge pull request #14190 from vjpai/gpr_review3
GPR review: Move cmdline and subprocess from public gpr to test/core/util
Diffstat (limited to 'test/core/json')
-rw-r--r--test/core/json/json_rewrite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/json/json_rewrite.cc b/test/core/json/json_rewrite.cc
index 6891a57f9f..0319d15024 100644
--- a/test/core/json/json_rewrite.cc
+++ b/test/core/json/json_rewrite.cc
@@ -20,11 +20,11 @@
#include <stdlib.h>
#include <grpc/support/alloc.h>
-#include <grpc/support/cmdline.h>
#include <grpc/support/log.h>
#include "src/core/lib/json/json_reader.h"
#include "src/core/lib/json/json_writer.h"
+#include "test/core/util/cmdline.h"
typedef struct json_writer_userdata {
FILE* out;