src/basic_mempool.c

changeset 654
c9d008861178
parent 650
77021e06b1a8
--- 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

mercurial