diff options
author | Mark D. Roth <roth@google.com> | 2016-12-05 08:06:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 08:06:55 -0800 |
commit | f7a75460ade9dcf502a62b7e9ffb4de78500bbc5 (patch) | |
tree | 39bc72cdbbd1eb7c2f4ca3d3891d41b583a7867f /grpc.gemspec | |
parent | 56b655c58022dba7a8f175df1da2c8737da26c0e (diff) | |
parent | 4eec0041f5093f6bec7dbef0e960f1bb48e0d3b0 (diff) |
Merge pull request #8949 from grpc/revert-8922-slice_cleanup
Revert "Remove redundant includes from string.h and tmpfile.h"
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 9c9568ce64..6019b97f67 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -73,7 +73,6 @@ Gem::Specification.new do |s| s.files += %w( include/grpc/impl/codegen/atm_gcc_atomic.h ) s.files += %w( include/grpc/impl/codegen/atm_gcc_sync.h ) s.files += %w( include/grpc/impl/codegen/atm_windows.h ) - s.files += %w( include/grpc/impl/codegen/gpr_slice.h ) s.files += %w( include/grpc/impl/codegen/gpr_types.h ) s.files += %w( include/grpc/impl/codegen/port_platform.h ) s.files += %w( include/grpc/impl/codegen/slice.h ) @@ -156,7 +155,6 @@ Gem::Specification.new do |s| s.files += %w( include/grpc/impl/codegen/atm_gcc_atomic.h ) s.files += %w( include/grpc/impl/codegen/atm_gcc_sync.h ) s.files += %w( include/grpc/impl/codegen/atm_windows.h ) - s.files += %w( include/grpc/impl/codegen/gpr_slice.h ) s.files += %w( include/grpc/impl/codegen/gpr_types.h ) s.files += %w( include/grpc/impl/codegen/port_platform.h ) s.files += %w( include/grpc/impl/codegen/slice.h ) |