diff options
author | Muxi Yan <mxyan@google.com> | 2017-05-15 16:01:17 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-05-15 16:27:37 -0700 |
commit | 1d3ce9a73761ed45ca87b1606f02f4efcb752d1a (patch) | |
tree | 97a59cb661a0907239b627d25156e0a7a0719c60 /gRPC-Core.podspec | |
parent | 2a5bbc1e2d38ff89d45b649e8c0db1e2cb560b3a (diff) |
Move workaround_list to grpc_base
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r-- | gRPC-Core.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index 3915d5ae4e..9aba44cd6b 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -145,7 +145,6 @@ Pod::Spec.new do |s| 'include/grpc/support/tls_msvc.h', 'include/grpc/support/tls_pthread.h', 'include/grpc/support/useful.h', - 'include/grpc/support/workaround_list.h', 'include/grpc/impl/codegen/atm.h', 'include/grpc/impl/codegen/atm_gcc_atomic.h', 'include/grpc/impl/codegen/atm_gcc_sync.h', @@ -167,6 +166,7 @@ Pod::Spec.new do |s| 'include/grpc/slice.h', 'include/grpc/slice_buffer.h', 'include/grpc/status.h', + 'include/grpc/support/workaround_list.h', 'include/grpc/impl/codegen/byte_buffer_reader.h', 'include/grpc/impl/codegen/compression_types.h', 'include/grpc/impl/codegen/connectivity_state.h', |