replaced use of malloc.h with stdlib.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2011-02-24 17:33:12 +00:00
parent bafa759148
commit 70e1a40a1d
6 changed files with 10 additions and 17 deletions
@@ -27,7 +27,6 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>