From fd2f3a7e9ab64708ef57ad6a3c284d7e475d4ea4 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Thu, 3 Sep 2015 10:37:51 -0700
Subject: [PATCH] Remove unneeded include of grpc.h

---
 src/objective-c/GRPCClient/GRPCCall.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index c098d4b701..210ea709a3 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -48,8 +48,6 @@
 #import <Foundation/Foundation.h>
 #import <RxLibrary/GRXWriter.h>
 
-#include <grpc/grpc.h>
-
 #pragma mark gRPC errors
 
 // Domain of NSError objects produced by gRPC.
-- 
GitLab