src/ucx/allocator.c

changeset 490
d218607f5a7e
parent 438
22eca559aded
child 504
c094afcdfb27
--- a/src/ucx/allocator.c	Sat Mar 25 17:18:51 2023 +0100
+++ b/src/ucx/allocator.c	Fri May 05 18:02:11 2023 +0200
@@ -28,8 +28,6 @@
 
 #include "cx/allocator.h"
 
-#include <stdlib.h>
-
 __attribute__((__malloc__, __alloc_size__(2)))
 static void *cx_malloc_stdlib(
         __attribute__((__unused__)) void *d,

mercurial