diff options
author | Yash Tibrewal <yashkt@google.com> | 2018-11-05 14:35:55 -0800 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2018-11-05 14:35:55 -0800 |
commit | f055c1cfd2cdc22d4a75adecaff26cf50197d808 (patch) | |
tree | 2118870e0bb015825bdda2c97e36ce719853ec01 /include | |
parent | f240af0cb81be776539b799aec45fdde0e48d68b (diff) |
Remove unnecessary header
Diffstat (limited to 'include')
-rw-r--r-- | include/grpcpp/impl/codegen/core_codegen_interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpcpp/impl/codegen/core_codegen_interface.h b/include/grpcpp/impl/codegen/core_codegen_interface.h index c70afe876d..20a5b3300c 100644 --- a/include/grpcpp/impl/codegen/core_codegen_interface.h +++ b/include/grpcpp/impl/codegen/core_codegen_interface.h @@ -19,8 +19,6 @@ #ifndef GRPCPP_IMPL_CODEGEN_CORE_CODEGEN_INTERFACE_H #define GRPCPP_IMPL_CODEGEN_CORE_CODEGEN_INTERFACE_H -#include <cassert> - #include <grpc/impl/codegen/byte_buffer_reader.h> #include <grpc/impl/codegen/grpc_types.h> #include <grpc/impl/codegen/sync.h> |