aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice
diff options
context:
space:
mode:
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>