--- a/src/basic_mempool.c Wed Feb 08 20:26:09 2023 +0100 +++ b/src/basic_mempool.c Wed Feb 08 20:26:26 2023 +0100 @@ -28,7 +28,6 @@ #include "cx/basic_mempool.h" #include "cx/utils.h" -#include <stdint.h> #include <string.h> #define of_chk_(n) if (SIZE_MAX - sizeof(cx_destructor_func) < (n)) return NULL