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

Merge pull request #3439 from nkibler/master

Fixes broken build due to misplaced import
parents f99a81f2 eff9256b
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>
@class 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