From f900cfb3dd84221722528ce7c73c35d9aead57a7 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 30 Nov 2017 14:01:05 -0800 Subject: [PATCH] Update a core header inclusion to stop using extern C --- packages/grpc-native-core/ext/node_grpc.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/grpc-native-core/ext/node_grpc.cc b/packages/grpc-native-core/ext/node_grpc.cc index a0652c28..6ba5f1a1 100644 --- a/packages/grpc-native-core/ext/node_grpc.cc +++ b/packages/grpc-native-core/ext/node_grpc.cc @@ -28,9 +28,7 @@ #include "grpc/support/time.h" // TODO(murgatroid99): Remove this when the endpoint API becomes public -extern "C" { #include "src/core/lib/iomgr/pollset_uv.h" -} #include "call.h" #include "call_credentials.h"