src/ucx/basic_mempool.c

changeset 490
d218607f5a7e
parent 415
d938228c382e
--- 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 <stdint.h>
 #include <string.h>
 
 #define of_chk_(n) if (SIZE_MAX - sizeof(cx_destructor_func) < (n)) return NULL

mercurial