diff options
author | Nicolas Noble <nnoble@google.com> | 2015-05-04 14:54:33 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-05-09 08:25:26 +0200 |
commit | 2e3639302adf75c1ca0c93ada2ab875c8a9d3f37 (patch) | |
tree | 61b075413fb14b6e5ca63d89e4f709e6183b8671 /test/core/security | |
parent | 7bf5092df0da31a4a3015f23408cb825941b6d06 (diff) |
Making the gRPC C tests building under Windows.
Diffstat (limited to 'test/core/security')
-rw-r--r-- | test/core/security/secure_endpoint_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/security/secure_endpoint_test.c b/test/core/security/secure_endpoint_test.c index f7bd3cb4ae..6477454e8a 100644 --- a/test/core/security/secure_endpoint_test.c +++ b/test/core/security/secure_endpoint_test.c @@ -35,8 +35,6 @@ #include <fcntl.h> #include <sys/types.h> -#include <sys/socket.h> -#include <unistd.h> #include "src/core/security/secure_endpoint.h" #include "src/core/iomgr/endpoint_pair.h" |