aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/httpcli.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 12:54:05 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 12:54:05 -0800
commit485d77628d0ce8889a420576d5bc41ccbbf48963 (patch)
treeb657a3ac344f57508792269e14504578969a7e80 /src/core/httpcli/httpcli.c
parent1fa4e15f7e935b06f1fc6bb3613ab1eab7028c61 (diff)
Move string.h to internal code
Diffstat (limited to 'src/core/httpcli/httpcli.c')
-rw-r--r--src/core/httpcli/httpcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/httpcli/httpcli.c b/src/core/httpcli/httpcli.c
index 2143eeb63d..d6fd8ca865 100644
--- a/src/core/httpcli/httpcli.c
+++ b/src/core/httpcli/httpcli.c
@@ -44,9 +44,9 @@
#include "src/core/security/security_context.h"
#include "src/core/security/google_root_certs.h"
#include "src/core/security/secure_transport_setup.h"
+#include "src/core/support/string.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include <grpc/support/string.h>
typedef struct {
gpr_slice request_text;