c_version: remove include string.h (accidentally added)

This commit is contained in:
ddidderr 2022-08-26 08:35:13 +02:00
parent 647286529b
commit bc8cf33fd6
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

View File

@ -3,7 +3,6 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <sys/types.h> #include <sys/types.h>
static inline void Print_Clear() { printf("\x1b\x5b\x48\x1b\x5b\x32\x4a"); } static inline void Print_Clear() { printf("\x1b\x5b\x48\x1b\x5b\x32\x4a"); }