src/buffer.c

changeset 650
77021e06b1a8
parent 567
f90a7cfe2480
child 673
60fb6aec157d
--- a/src/buffer.c	Tue Feb 07 20:08:08 2023 +0100
+++ b/src/buffer.c	Tue Feb 07 20:08:45 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