Remove malloc.h

This commit is contained in:
Twinaphex 2015-10-20 03:03:40 +02:00
parent 3a8e181210
commit 227bb3fe49
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <ctype.h>
#include <configuration.h>