aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-12-01 01:44:24 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-12-01 01:44:24 -0800
commit2388b95984eccb74484405ffd458579f961ab10f (patch)
treefcb6bb19b72c908f2f94748f45b8c10d9878a285 /src
parentd17c7c955e7a5a32473b544e6982d389c03f23df (diff)
Remove redundant includes
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/support/string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/support/string.h b/src/core/lib/support/string.h
index e933e2eb46..db59308425 100644
--- a/src/core/lib/support/string.h
+++ b/src/core/lib/support/string.h
@@ -36,8 +36,6 @@
#include <stddef.h>
-#include <grpc/slice.h>
-#include <grpc/slice_buffer.h>
#include <grpc/support/port_platform.h>
#ifdef __cplusplus