aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/service_config.cc
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-01-18 15:22:15 -0800
committerGravatar GitHub <noreply@github.com>2018-01-18 15:22:15 -0800
commit9db1691c85a720ec661266dcdcc2cbf20f7146f2 (patch)
treed272b341de5ab0d8b11f3a08913b6eef1e6af876 /src/core/lib/transport/service_config.cc
parent9a4c6b31e5165a03401b84b2601ac2b0c32ef5dc (diff)
parentdbdf495f61d099521bab45cf93f6f7d8dfb5c06f (diff)
Merge pull request #14051 from markdroth/reorganize_support
Split lib/support into lib/gpr and lib/gpr++.
Diffstat (limited to 'src/core/lib/transport/service_config.cc')
-rw-r--r--src/core/lib/transport/service_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/service_config.cc b/src/core/lib/transport/service_config.cc
index cbafc33840..5c9930a273 100644
--- a/src/core/lib/transport/service_config.cc
+++ b/src/core/lib/transport/service_config.cc
@@ -23,11 +23,11 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
+#include "src/core/lib/gpr/string.h"
#include "src/core/lib/json/json.h"
#include "src/core/lib/slice/slice_hash_table.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
-#include "src/core/lib/support/string.h"
// The main purpose of the code here is to parse the service config in
// JSON form, which will look like this: