aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar ctiller <ctiller@google.com>2014-12-17 09:44:44 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-17 15:49:42 -0800
commit2bbb6c43119c25f173757ac8527074ed11a87ffa (patch)
tree306bdc4efa452cb096ee7311fd8671faf54531eb /src/core/surface
parentab4f91458bc2775a8bfe38451afd882c06ca7bfc (diff)
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 <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82338036
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/channel_create.c2
1 files changed, 1 insertions, 1 deletions
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"