aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/secure_endpoint.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/security/secure_endpoint.c
parent1fa4e15f7e935b06f1fc6bb3613ab1eab7028c61 (diff)
Move string.h to internal code
Diffstat (limited to 'src/core/security/secure_endpoint.c')
-rw-r--r--src/core/security/secure_endpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/secure_endpoint.c b/src/core/security/secure_endpoint.c
index e73767c1aa..9f12cf5d60 100644
--- a/src/core/security/secure_endpoint.c
+++ b/src/core/security/secure_endpoint.c
@@ -32,11 +32,11 @@
*/
#include "src/core/security/secure_endpoint.h"
+#include "src/core/support/string.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/slice_buffer.h>
#include <grpc/support/slice.h>
-#include <grpc/support/string.h>
#include <grpc/support/sync.h>
#include "src/core/tsi/transport_security_interface.h"