aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-19 15:23:35 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-19 15:23:35 -0800
commit3e9e1804c90efbec81ee68795a35de820e5be64a (patch)
tree14c41a5a7371d9c96f077e4eccc094d46d06d8bc /src/objective-c/GRPCClient
parent85e4f53c674fae9383c756099281fd4d8b2cb82b (diff)
parent788b766dba30bc33c6bcee596c8804ee003de337 (diff)
Merge pull request #629 from jcanizales/fix-internal-include-path
Fix internal include path
Diffstat (limited to 'src/objective-c/GRPCClient')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m b/src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
index 73a2f51f1b..8c6225169a 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 <net/grpc/objc/RxLibrary/GRXWriteable.h>
+#import <RxLibrary/GRXWriteable.h>
@interface GRPCDelegateWrapper ()
// These are atomic so that cancellation can nillify them from any thread.