aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/unix_sockets_posix.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:45:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:45:47 -0700
commitd4c98331874f2717dc03499f0e08820c81079a1e (patch)
tree864330cb1b08c956569648a6a1521810775cc5a7 /src/core/lib/iomgr/unix_sockets_posix.h
parentdfa160ef7380e41e509e894a0aaf8a882a1ef599 (diff)
Reposition files to optionalize client_config system
Diffstat (limited to 'src/core/lib/iomgr/unix_sockets_posix.h')
-rw-r--r--src/core/lib/iomgr/unix_sockets_posix.h4
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"