src/buffer.c

changeset 650
77021e06b1a8
parent 567
f90a7cfe2480
child 673
60fb6aec157d
     1.1 --- a/src/buffer.c	Tue Feb 07 20:08:08 2023 +0100
     1.2 +++ b/src/buffer.c	Tue Feb 07 20:08:45 2023 +0100
     1.3 @@ -29,10 +29,8 @@
     1.4  #include "cx/buffer.h"
     1.5  #include "cx/utils.h"
     1.6  
     1.7 -#include <stdlib.h>
     1.8  #include <stdio.h>
     1.9  #include <string.h>
    1.10 -#include <stdint.h>
    1.11  
    1.12  int cxBufferInit(
    1.13          CxBuffer *buffer,

mercurial