src/basic_mempool.c

changeset 650
77021e06b1a8
parent 572
f0f99dd06d9f
     1.1 --- a/src/basic_mempool.c	Tue Feb 07 20:08:08 2023 +0100
     1.2 +++ b/src/basic_mempool.c	Tue Feb 07 20:08:45 2023 +0100
     1.3 @@ -28,7 +28,6 @@
     1.4  
     1.5  #include "cx/basic_mempool.h"
     1.6  #include "cx/utils.h"
     1.7 -#include <stdint.h>
     1.8  #include <string.h>
     1.9  
    1.10  #define of_chk_(n) if (SIZE_MAX - sizeof(cx_destructor_func) < (n)) return NULL

mercurial