From cb5c62afabf55997f737ea371479687af4f6a0f9 Mon Sep 17 00:00:00 2001 From: murgatroid99 <mlumish@google.com> Date: Wed, 26 Apr 2017 17:22:04 -0700 Subject: [PATCH] Remove extra header from node_grpc.cc --- 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 4582df1164..f600cb9def 100644 --- a/src/node/ext/node_grpc.cc +++ b/src/node/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" -- GitLab