aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-08 09:58:27 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-08 09:58:27 -0700
commit87f84051958879f088449810d68a4e4f1eba09d6 (patch)
tree883358d1c5913b742df82d8535a4b8ee0982a89a /test/core/iomgr
parent818efa6741d33fed9a9ecbb03d5df8ec1112683c (diff)
Clean up alarm_test.c includes
Diffstat (limited to 'test/core/iomgr')
-rw-r--r--test/core/iomgr/alarm_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/core/iomgr/alarm_test.c b/test/core/iomgr/alarm_test.c
index 8d49332fa6..e677ba30dd 100644
--- a/test/core/iomgr/alarm_test.c
+++ b/test/core/iomgr/alarm_test.c
@@ -37,13 +37,9 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
-#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <unistd.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>