Get rid of malloc.h - not safe

This commit is contained in:
twinaphex 2020-01-21 15:11:02 +01:00 committed by negativeExponent
parent 696a38f5d4
commit 9224916d19

View File

@ -17,7 +17,6 @@
#include <stdarg.h>
#include <signal.h>
#include <stdint.h>
#include <malloc.h>
#include <math.h>
#include <limits.h>