aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/httpcli.c
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/httpcli/httpcli.c
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/httpcli/httpcli.c')
-rw-r--r--src/core/httpcli/httpcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/httpcli/httpcli.c b/src/core/httpcli/httpcli.c
index 84a97a4783..bbca57b7dd 100644
--- a/src/core/httpcli/httpcli.c
+++ b/src/core/httpcli/httpcli.c
@@ -35,7 +35,7 @@
#include <string.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/httpcli/format_request.h"