aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 16:16:35 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-26 16:16:35 -0700
commitb37d53ebc0414777e3999bcad820b174a24291a9 (patch)
tree0f7dee71d0a758e5be6b548ac84efea1b1d95e6f /test/core/slice
parentd41a4a720f76c6555b80f82ee771071e09d55e03 (diff)
Bulk update #includes
Diffstat (limited to 'test/core/slice')
-rw-r--r--test/core/slice/slice_buffer_test.c2
-rw-r--r--test/core/slice/slice_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/core/slice/slice_buffer_test.c b/test/core/slice/slice_buffer_test.c
index 9c55a5c473..4c26113d05 100644
--- a/test/core/slice/slice_buffer_test.c
+++ b/test/core/slice/slice_buffer_test.c
@@ -32,7 +32,7 @@
*/
#include <grpc/support/log.h>
-#include <grpc/support/slice_buffer.h>
+#include <grpc/slice_buffer.h>
#include "test/core/util/test_config.h"
void test_slice_buffer_add() {
diff --git a/test/core/slice/slice_test.c b/test/core/slice/slice_test.c
index c263fe27d6..19c4657cde 100644
--- a/test/core/slice/slice_test.c
+++ b/test/core/slice/slice_test.c
@@ -31,7 +31,7 @@
*
*/
-#include <grpc/support/slice.h>
+#include <grpc/slice.h>
#include <string.h>