src/buffer.c

changeset 654
c9d008861178
parent 650
77021e06b1a8
child 673
60fb6aec157d
--- a/src/buffer.c	Wed Feb 08 20:26:09 2023 +0100
+++ b/src/buffer.c	Wed Feb 08 20:26:26 2023 +0100
@@ -29,10 +29,8 @@
 #include "cx/buffer.h"
 #include "cx/utils.h"
 
-#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdint.h>
 
 int cxBufferInit(
         CxBuffer *buffer,

mercurial