aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/slice.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-10 15:59:05 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-01-10 15:59:05 -0800
commit1d91362f8124751ecfc1929df207006cabb41dae (patch)
treeaee55d5d10ef1566658bbd3c9c2b672add73760a /include/grpc/impl/codegen/slice.h
parentef7e3ea1727ec45d1f761fb43ed60e15202e25a4 (diff)
exec_ctx_fwd.h should never have been in public headers
Diffstat (limited to 'include/grpc/impl/codegen/slice.h')
-rw-r--r--include/grpc/impl/codegen/slice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/slice.h b/include/grpc/impl/codegen/slice.h
index ad026b685e..a3cd1f1bbe 100644
--- a/include/grpc/impl/codegen/slice.h
+++ b/include/grpc/impl/codegen/slice.h
@@ -23,7 +23,6 @@
#include <stddef.h>
-#include <grpc/impl/codegen/exec_ctx_fwd.h>
#include <grpc/impl/codegen/gpr_slice.h>
typedef struct grpc_slice grpc_slice;