diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-04-21 12:00:27 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-04-21 12:02:08 -0700 |
commit | e6300b2c5617d37bcc459bd5ba1cb518c5b09bea (patch) | |
tree | ef6941e22b028ad276589b910a05e424594653c6 /src/objective-c/GRPCClient | |
parent | 045fabb290f59e59900f5cbff80c3e896c71f68c (diff) |
Changes #import paths from RxLibrary -> gRPC
On account of the change in the podspec structure.
Diffstat (limited to 'src/objective-c/GRPCClient')
-rw-r--r-- | src/objective-c/GRPCClient/GRPCCall.h | 2 | ||||
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h index 3a18db6137..81b409b9ff 100644 --- a/src/objective-c/GRPCClient/GRPCCall.h +++ b/src/objective-c/GRPCClient/GRPCCall.h @@ -32,7 +32,7 @@ */ #import <Foundation/Foundation.h> -#import <RxLibrary/GRXWriter.h> +#import <gRPC/GRXWriter.h> @class GRPCMethodName; diff --git a/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m b/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m index 2a3a50f763..ac444ef406 100644 --- a/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m +++ b/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m @@ -33,7 +33,7 @@ #import "GRPCDelegateWrapper.h" -#import <RxLibrary/GRXWriteable.h> +#import <gRPC/GRXWriteable.h> @interface GRPCDelegateWrapper () // These are atomic so that cancellation can nillify them from any thread. |