Update a core header inclusion to stop using extern C

This commit is contained in:
murgatroid99 2017-11-30 14:01:05 -08:00
parent eba77f295e
commit f900cfb3dd
1 changed files with 0 additions and 2 deletions

View File

@ -28,9 +28,7 @@
#include "grpc/support/time.h" #include "grpc/support/time.h"
// TODO(murgatroid99): Remove this when the endpoint API becomes public // TODO(murgatroid99): Remove this when the endpoint API becomes public
extern "C" {
#include "src/core/lib/iomgr/pollset_uv.h" #include "src/core/lib/iomgr/pollset_uv.h"
}
#include "call.h" #include "call.h"
#include "call_credentials.h" #include "call_credentials.h"