From 75aaa6afef6d425b7b25fb8ba0d4adbb1973bc1f Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 26 Apr 2017 17:22:04 -0700 Subject: [PATCH] Remove extra header from node_grpc.cc --- ext/node_grpc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/node_grpc.cc b/ext/node_grpc.cc index 4582df11..f600cb9d 100644 --- a/ext/node_grpc.cc +++ b/ext/node_grpc.cc @@ -52,7 +52,6 @@ extern "C" { #include "channel.h" #include "channel_credentials.h" #include "server.h" -#include "completion_queue_async_worker.h" #include "server_credentials.h" #include "slice.h" #include "timeval.h"