aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/byte_buffer.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-27 22:05:37 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-27 22:05:37 -0700
commite8fd66b71d49f34b992f1144ca99984dd4ed1a0f (patch)
treeba9ac6c50ab85df61cb5f17a604f4cde69a95f39 /include/grpc/byte_buffer.h
parentc79b0650d2eccb5d1af8512c7f3178a39a3df063 (diff)
removed codegen/slice_buffer.h and scrubbed codegen/slice.h
Diffstat (limited to 'include/grpc/byte_buffer.h')
-rw-r--r--include/grpc/byte_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/byte_buffer.h b/include/grpc/byte_buffer.h
index 4e17345b82..f25c1d51d6 100644
--- a/include/grpc/byte_buffer.h
+++ b/include/grpc/byte_buffer.h
@@ -35,7 +35,7 @@
#define GRPC_BYTE_BUFFER_H
#include <grpc/impl/codegen/grpc_types.h>
-#include <grpc/impl/codegen/slice_buffer.h>
+#include <grpc/support/slice_buffer.h>
#ifdef __cplusplus
extern "C" {