diff -r 2e6e9d9f2159 -r c9d008861178 src/allocator.c --- a/src/allocator.c Wed Feb 08 20:26:09 2023 +0100 +++ b/src/allocator.c Wed Feb 08 20:26:26 2023 +0100 @@ -28,8 +28,6 @@ #include "cx/allocator.h" -#include - __attribute__((__malloc__, __alloc_size__(2))) static void *cx_malloc_stdlib( __attribute__((__unused__)) void *d,