Skip to content
Snippets Groups Projects
Commit fc6a5dfd authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Fix import that relies on Cocoapods

parent 1965810e
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#import <Foundation/Foundation.h>
#include <grpc/grpc.h>
#import "GRPCCall.h"
#import "../GRPCCall.h"
@interface GRPCRequestHeaders : NSObject<GRPCRequestHeaders>
......
......@@ -35,7 +35,6 @@
#import <Foundation/Foundation.h>
#import "../GRPCCall.h"
#import "NSDictionary+GRPC.h"
// Used by the setter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment