malloc.h is obsolete, use stdlib.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6231 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2004-01-22 22:08:56 +00:00
parent f498e59387
commit eca8c2bc73
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
// Description: Class for low-overhead port-based messaging
//
//------------------------------------------------------------------------------
#include <malloc.h>
#include <stdlib.h>
#include <ServerProtocol.h>
#include "PortLink.h"
+2 -1
View File
@@ -1,6 +1,7 @@
#include <Session.h>
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef DEBUG_BSESSION
# include <stdio.h>