src/allocator.c

changeset 654
c9d008861178
parent 650
77021e06b1a8
child 726
44986c0e2b05
--- 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,

mercurial