--- 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,