diff -r 921f83a8943f -r d218607f5a7e src/ucx/basic_mempool.c --- a/src/ucx/basic_mempool.c Sat Mar 25 17:18:51 2023 +0100 +++ b/src/ucx/basic_mempool.c Fri May 05 18:02:11 2023 +0200 @@ -28,7 +28,6 @@ #include "cx/basic_mempool.h" #include "cx/utils.h" -#include #include #define of_chk_(n) if (SIZE_MAX - sizeof(cx_destructor_func) < (n)) return NULL