diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-06 10:39:00 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-06 10:39:00 -0700 |
commit | f9d53bbdd6d144d32ee1746fb2c3d40eb517196c (patch) | |
tree | 6ef37e766483010927d9830d65d44056e31108ff /src/core/lib/iomgr | |
parent | 946ce7a46a7409196d563360ddf8a4139a9bde4b (diff) | |
parent | 39a96967f1b003391b02317bf7c6fb003edc4722 (diff) |
Merge github.com:grpc/grpc into cleaner-posix3
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/unix_sockets_posix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/unix_sockets_posix.h b/src/core/lib/iomgr/unix_sockets_posix.h index 752cab85a5..22d6af5044 100644 --- a/src/core/lib/iomgr/unix_sockets_posix.h +++ b/src/core/lib/iomgr/unix_sockets_posix.h @@ -38,8 +38,8 @@ #include <grpc/support/string_util.h> -#include "src/core/lib/client_config/resolver_factory.h" -#include "src/core/lib/client_config/uri_parser.h" +#include "src/core/ext/client_config/resolver_factory.h" +#include "src/core/ext/client_config/uri_parser.h" #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/sockaddr.h" |