malloc.h ain't no standard header. Use stdlib.h instead.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22776 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-10-30 17:32:27 +00:00
parent f6e4b669b9
commit 6e927a5fc0
18 changed files with 16 additions and 19 deletions
-1
View File
@@ -59,7 +59,6 @@ All rights reserved.
#include <Window.h>
#include <ctype.h>
#include <malloc.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>