aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-05 08:07:13 -0800
committerGravatar GitHub <noreply@github.com>2016-12-05 08:07:13 -0800
commit2d317fbc575742704797033fce284ef234bf021a (patch)
treee3b60c4ac529001fea8fdc0a9fa5fe4005deb1fc /src/core
parentf7a75460ade9dcf502a62b7e9ffb4de78500bbc5 (diff)
Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/support/string.h2
-rw-r--r--src/core/lib/support/tmpfile.h2
2 files changed, 0 insertions, 4 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
diff --git a/src/core/lib/support/tmpfile.h b/src/core/lib/support/tmpfile.h
index 8952e5ec3d..f613cf9bc8 100644
--- a/src/core/lib/support/tmpfile.h
+++ b/src/core/lib/support/tmpfile.h
@@ -36,8 +36,6 @@
#include <stdio.h>
-#include <grpc/slice.h>
-
#ifdef __cplusplus
extern "C" {
#endif