From e856a441dbbd6a9d687dfa7ad05a17ab380c4b9c Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 16 Mar 2016 11:43:17 -0700 Subject: [PATCH] Removed unnecessary include --- ext/node_grpc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/node_grpc.cc b/ext/node_grpc.cc index d5fdd7c9..0c71b2d6 100644 --- a/ext/node_grpc.cc +++ b/ext/node_grpc.cc @@ -35,7 +35,6 @@ #include #include #include "grpc/grpc.h" -#include "grpc/support/log.h" #include "call.h" #include "call_credentials.h"