aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
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 /grpc.gemspec
parentef7e3ea1727ec45d1f761fb43ed60e15202e25a4 (diff)
exec_ctx_fwd.h should never have been in public headers
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index d185995261..c7302785c7 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -149,7 +149,6 @@ Gem::Specification.new do |s|
s.files += %w( include/grpc/impl/codegen/byte_buffer_reader.h )
s.files += %w( include/grpc/impl/codegen/compression_types.h )
s.files += %w( include/grpc/impl/codegen/connectivity_state.h )
- s.files += %w( include/grpc/impl/codegen/exec_ctx_fwd.h )
s.files += %w( include/grpc/impl/codegen/grpc_types.h )
s.files += %w( include/grpc/impl/codegen/propagation_bits.h )
s.files += %w( include/grpc/impl/codegen/slice.h )