diff -r 12c2b10b51a9 -r 77021e06b1a8 src/allocator.c --- a/src/allocator.c Tue Feb 07 20:08:08 2023 +0100 +++ b/src/allocator.c Tue Feb 07 20:08:45 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,