aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/endpoint_pair_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-04 23:31:56 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-04 23:31:56 -0700
commit60aa0109059d58cd276ece4e55d794d18834723f (patch)
tree9600b6664f0bdfa726143c63285733fbc1463b17 /test/core/iomgr/endpoint_pair_test.c
parent73cf3db0a52f70c3fad9bbe63981d92f8ae86f7e (diff)
parenteb9b6dbf11559593f7ac1f2dc10543c6be9ab475 (diff)
Merge branch 'ignore_connectivity' of github.com:ctiller/grpc into ignore_connectivity
Diffstat (limited to 'test/core/iomgr/endpoint_pair_test.c')
-rw-r--r--test/core/iomgr/endpoint_pair_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/core/iomgr/endpoint_pair_test.c b/test/core/iomgr/endpoint_pair_test.c
index c19680b881..0df94a878f 100644
--- a/test/core/iomgr/endpoint_pair_test.c
+++ b/test/core/iomgr/endpoint_pair_test.c
@@ -31,14 +31,12 @@
*
*/
-#include "src/core/lib/iomgr/tcp_posix.h"
-
+#include "src/core/lib/iomgr/endpoint_pair.h"
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include <grpc/support/useful.h>
-#include "src/core/lib/iomgr/endpoint_pair.h"
#include "test/core/iomgr/endpoint_tests.h"
#include "test/core/util/test_config.h"