aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/json_rewrite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/json/json_rewrite.cc')
-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;