Skip to content
Snippets Groups Projects
Commit 63dcc018 authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #3381 from jcanizales/fix-bazel-breakage

Fix import that relied on Cocoapods' unique behavior
parents be0bcca1 fc6a5dfd
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#include <grpc/grpc.h> #include <grpc/grpc.h>
#import "GRPCCall.h" #import "../GRPCCall.h"
@interface GRPCRequestHeaders : NSObject<GRPCRequestHeaders> @interface GRPCRequestHeaders : NSObject<GRPCRequestHeaders>
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "../GRPCCall.h"
#import "NSDictionary+GRPC.h" #import "NSDictionary+GRPC.h"
// Used by the setter. // Used by the setter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment