diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-13 19:40:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 19:40:43 -0700 |
commit | a51f54192acbc5eb45f6a10da8b33cbd4c4f8b97 (patch) | |
tree | 8a2a7751ff84a09d6114573d8cf742647e412a2f /src/core/lib/channel | |
parent | b5869dc7131f368d5e90686dfffd6d6cf798c607 (diff) | |
parent | d10f1775eb009d6c4bcf267bde24096a97413947 (diff) |
Merge pull request #7559 from dgquintas/codegen_cleanse
Removed references to public APIs from codegen/
Diffstat (limited to 'src/core/lib/channel')
-rw-r--r-- | src/core/lib/channel/handshaker.c | 4 | ||||
-rw-r--r-- | src/core/lib/channel/handshaker.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/core/lib/channel/handshaker.c b/src/core/lib/channel/handshaker.c index c0979f5e80..8f9fb17a31 100644 --- a/src/core/lib/channel/handshaker.c +++ b/src/core/lib/channel/handshaker.c @@ -33,8 +33,8 @@ #include <string.h> -#include <grpc/impl/codegen/alloc.h> -#include <grpc/impl/codegen/log.h> +#include <grpc/support/alloc.h> +#include <grpc/support/log.h> #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/channel/handshaker.h" diff --git a/src/core/lib/channel/handshaker.h b/src/core/lib/channel/handshaker.h index b276f6028c..d574b46242 100644 --- a/src/core/lib/channel/handshaker.h +++ b/src/core/lib/channel/handshaker.h @@ -35,8 +35,6 @@ #define GRPC_CORE_LIB_CHANNEL_HANDSHAKER_H #include <grpc/impl/codegen/grpc_types.h> -#include <grpc/impl/codegen/time.h> -#include <grpc/support/slice_buffer.h> #include "src/core/lib/iomgr/closure.h" #include "src/core/lib/iomgr/endpoint.h" |