src/allocator.c

changeset 650
77021e06b1a8
parent 628
1e2be40f0cb5
child 726
44986c0e2b05
     1.1 --- a/src/allocator.c	Tue Feb 07 20:08:08 2023 +0100
     1.2 +++ b/src/allocator.c	Tue Feb 07 20:08:45 2023 +0100
     1.3 @@ -28,8 +28,6 @@
     1.4  
     1.5  #include "cx/allocator.h"
     1.6  
     1.7 -#include <stdlib.h>
     1.8 -
     1.9  __attribute__((__malloc__, __alloc_size__(2)))
    1.10  static void *cx_malloc_stdlib(
    1.11          __attribute__((__unused__)) void *d,

mercurial