--- 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 <stdlib.h>
-
__attribute__((__malloc__, __alloc_size__(2)))
static void *cx_malloc_stdlib(
__attribute__((__unused__)) void *d,