Removed malloc.h

This commit is contained in:
3Daniel 2018-07-02 08:25:21 +12:00
parent 8579441371
commit 46f7bf9f8b

View File

@ -1,5 +1,4 @@
#include <string.h> #include <string.h>
#include <malloc.h>
#include "types.h" #include "types.h"
#include "arm/atomics.h" #include "arm/atomics.h"