diff options
author | David Garcia Quintas <dgq@google.com> | 2016-04-01 16:48:04 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-04-01 16:48:04 -0700 |
commit | f390c837d7edbe14430607fa7899e6ea08d631b3 (patch) | |
tree | a3d74d52c02b86dff9dafd69d89adcfb33f79603 /src/core | |
parent | 414ee3208f4998c057cb40bfb612352b7c1675b0 (diff) |
removed incorrect include
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lib/client_config/client_channel_factory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/client_config/client_channel_factory.h b/src/core/lib/client_config/client_channel_factory.h index 83d743ddc3..0b71cd9bdb 100644 --- a/src/core/lib/client_config/client_channel_factory.h +++ b/src/core/lib/client_config/client_channel_factory.h @@ -34,7 +34,6 @@ #ifndef GRPC_CORE_LIB_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H #define GRPC_CORE_LIB_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H -#include <grpc/grpc_security.h> #include <grpc/impl/codegen/grpc_types.h> #include "src/core/lib/channel/channel_stack.h" |