aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/json_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/json/json_test.cc')
-rw-r--r--test/core/json/json_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/json/json_test.cc b/test/core/json/json_test.cc
index 902f1cd90e..7f1dbb774a 100644
--- a/test/core/json/json_test.cc
+++ b/test/core/json/json_test.cc
@@ -21,8 +21,8 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
-#include <grpc/support/useful.h>
#include "src/core/lib/gpr/string.h"
+#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/json/json.h"
#include "test/core/util/test_config.h"