aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/client_channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 12:56:14 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 12:56:14 -0800
commitda9cd12623d66e131bc3309b51192c46d329829a (patch)
tree4378733b908980d621644418456d90c0a2b92036 /src/core/channel/client_channel.c
parenta7ed5d9c4c603e5da99de22707919ae5dd91a872 (diff)
parent485d77628d0ce8889a420576d5bc41ccbbf48963 (diff)
Merge branch 'kill-printf' into kill-more-printf
Diffstat (limited to 'src/core/channel/client_channel.c')
-rw-r--r--src/core/channel/client_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c
index a1ca851b5f..c315dd6c1e 100644
--- a/src/core/channel/client_channel.c
+++ b/src/core/channel/client_channel.c
@@ -40,9 +40,9 @@
#include "src/core/channel/connected_channel.h"
#include "src/core/channel/metadata_buffer.h"
#include "src/core/iomgr/iomgr.h"
+#include "src/core/support/string.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include <grpc/support/string.h>
#include <grpc/support/sync.h>
#include <grpc/support/useful.h>