removed std libs stdlib, string and stdbool

This commit is contained in:
stnolting 2020-07-20 22:34:56 +02:00
parent a8e6ad0546
commit cc336101be

View file

@ -49,9 +49,6 @@
// Standard libraries
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <inttypes.h>
#include <limits.h>