From 2bbb6c43119c25f173757ac8527074ed11a87ffa Mon Sep 17 00:00:00 2001 From: ctiller Date: Wed, 17 Dec 2014 09:44:44 -0800 Subject: Remove endpoint/ directories. Fold endpoint interface into iomgr, move secure_endpoint into security/. This will make it easier for endpoint to rely on some iomgr defined types (like pollset). Change on 2014/12/17 by ctiller ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82338036 --- src/core/surface/channel_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/surface') diff --git a/src/core/surface/channel_create.c b/src/core/surface/channel_create.c index 7d30b64204..41093d78ef 100644 --- a/src/core/surface/channel_create.c +++ b/src/core/surface/channel_create.c @@ -43,7 +43,7 @@ #include "src/core/channel/connected_channel.h" #include "src/core/channel/http_client_filter.h" #include "src/core/channel/http_filter.h" -#include "src/core/endpoint/endpoint.h" +#include "src/core/iomgr/endpoint.h" #include "src/core/iomgr/resolve_address.h" #include "src/core/iomgr/tcp_client.h" #include "src/core/surface/channel.h" -- cgit v1.2.3