This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch cleanup-before-5.0.0 in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit e602aec6e353fb3041b41ab3fe479ce5ee3fd835 Author: AlexanderSaydakov <[email protected]> AuthorDate: Fri Nov 3 11:09:44 2023 -0700 removed unnecessary include --- common/include/count_zeros.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/include/count_zeros.hpp b/common/include/count_zeros.hpp index 51cbc0c..94316a4 100644 --- a/common/include/count_zeros.hpp +++ b/common/include/count_zeros.hpp @@ -22,8 +22,6 @@ #include <cstdint> -#include <stdio.h> - namespace datasketches { static const uint8_t byte_leading_zeros_table[256] = { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
