diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h index 3a18db6137bce11cb751df9245758b90a051370b..81b409b9ffe8c38f80830a0e93299c41ceacf9c9 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 2a3a50f763eeac99722ac45758c57b8b94a513ea..ac444ef40638d8e89a404fed8ddba7ec580c1c4d 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. diff --git a/src/objective-c/examples/Sample/Sample/ViewController.m b/src/objective-c/examples/Sample/Sample/ViewController.m index f8e50518f9ad0e1b36da01e794570ba7147e51fa..839e18107037069f02203be7af8830e9030a9a2f 100644 --- a/src/objective-c/examples/Sample/Sample/ViewController.m +++ b/src/objective-c/examples/Sample/Sample/ViewController.m @@ -35,8 +35,8 @@ #import <gRPC/GRPCCall.h> #import <gRPC/GRPCMethodName.h> -#import <RxLibrary/GRXWriter+Immediate.h> -#import <RxLibrary/GRXWriteable.h> +#import <gRPC/GRXWriter+Immediate.h> +#import <gRPC/GRXWriteable.h> @interface ViewController () diff --git a/src/objective-c/examples/Sample/SampleTests/SampleTests.m b/src/objective-c/examples/Sample/SampleTests/SampleTests.m index 96ae19dc845e89bf6fe358b03eda2f6f1dbaba74..bf0b3642b13e98ebf145a55b4666b592578fe3e1 100644 --- a/src/objective-c/examples/Sample/SampleTests/SampleTests.m +++ b/src/objective-c/examples/Sample/SampleTests/SampleTests.m @@ -36,8 +36,8 @@ #import <gRPC/GRPCCall.h> #import <gRPC/GRPCMethodName.h> -#import <RxLibrary/GRXWriter+Immediate.h> -#import <RxLibrary/GRXWriteable.h> +#import <gRPC/GRXWriter+Immediate.h> +#import <gRPC/GRXWriteable.h> @interface SampleTests : XCTestCase @end