aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-04-26 17:22:04 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-04-26 17:22:04 -0700
commitcb5c62afabf55997f737ea371479687af4f6a0f9 (patch)
treebd552bde841d81550a823c4fc1aeccccd07add8c /src/node
parent31d1826c0e89f3d01ffbdb674411e77d4d4b8909 (diff)
Remove extra header from node_grpc.cc
Diffstat (limited to 'src/node')
-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 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"