aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-08 16:10:41 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-08 16:10:41 -0700
commitb8fce7f628948d0a3f26b0b779f270600392aa27 (patch)
tree020ef6d7401b7d72346be76a0d720922f018534a /test/core/transport
parentee76f4f93232d5d772003b4afb3e24d23d89cf4f (diff)
Remove unix headers
Diffstat (limited to 'test/core/transport')
-rw-r--r--test/core/transport/chttp2_transport_end2end_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/transport/chttp2_transport_end2end_test.c b/test/core/transport/chttp2_transport_end2end_test.c
index b90fe22999..766fd19960 100644
--- a/test/core/transport/chttp2_transport_end2end_test.c
+++ b/test/core/transport/chttp2_transport_end2end_test.c
@@ -38,8 +38,6 @@
#include <string.h>
#include <signal.h>
#include <sys/types.h>
-#include <sys/socket.h>
-#include <unistd.h>
#include "test/core/util/test_config.h"
#include "src/core/iomgr/iomgr.h"