aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-03-16 11:43:17 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-03-16 11:43:17 -0700
commit7fb87e75cf44760a34b198e0e5853508a82902e2 (patch)
treebb6e99026f1d0bdc86f458337c5671c6c865619f /src/node/ext
parent734c8db5993ed8ab960760f00eeef0298c8315f4 (diff)
Removed unnecessary include
Diffstat (limited to 'src/node/ext')
-rw-r--r--src/node/ext/node_grpc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node/ext/node_grpc.cc b/src/node/ext/node_grpc.cc
index d5fdd7c9c7..0c71b2d610 100644
--- a/src/node/ext/node_grpc.cc
+++ b/src/node/ext/node_grpc.cc
@@ -35,7 +35,6 @@
#include <nan.h>
#include <v8.h>
#include "grpc/grpc.h"
-#include "grpc/support/log.h"
#include "call.h"
#include "call_credentials.h"