From d81b6e331210feb3319c6536a55f67f250a44b1b Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Thu, 19 Feb 2015 16:12:02 -0800
Subject: [PATCH] Removed reference to non-existent header

---
 src/node/ext/node_grpc.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/node/ext/node_grpc.cc b/src/node/ext/node_grpc.cc
index 965186e0cc..9f5095839c 100644
--- a/src/node/ext/node_grpc.cc
+++ b/src/node/ext/node_grpc.cc
@@ -38,7 +38,6 @@
 
 #include "call.h"
 #include "channel.h"
-#include "event.h"
 #include "server.h"
 #include "completion_queue_async_worker.h"
 #include "credentials.h"
-- 
GitLab