src/allocator.c

changeset 654
c9d008861178
parent 650
77021e06b1a8
child 726
44986c0e2b05
     1.1 --- a/src/allocator.c	Wed Feb 08 20:26:09 2023 +0100
     1.2 +++ b/src/allocator.c	Wed Feb 08 20:26:26 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