reduce the amount of includes in "cover.h"

This commit is contained in:
Yann Collet
2024-03-13 11:29:28 -07:00
parent 7c2aa73a8e
commit c8ab027227
3 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "../common/error_private.h"
#define ZSTD_DEPS_NEED_MALLOC
#define ZSTD_DEPS_NEED_MATH64
#include "../common/zstd_deps.h" /* ZSTD_malloc, ZSTD_free, ZSTD_memcpy, ZSTD_memset */
#include "../common/zstd_deps.h" /* ZSTD_memset */
#include "../common/bits.h" /* ZSTD_highbit32 */