remove unnecessary headers

This commit is contained in:
slonkazoid 2024-09-11 23:06:38 +03:00
parent 4f90f08491
commit 9b3def6f61
No known key found for this signature in database

View File

@ -1,6 +1,4 @@
#define _POSIX_C_SOURCE 200809L
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>