malloc.h is obsolete, use stdlib.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4508 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e8cf08732d
commit
6cb536dd5b
@ -25,7 +25,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Standard Includes -----------------------------------------------------------
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
// System Includes -------------------------------------------------------------
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <BlockCache.h>
|
||||
#include <Debug.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
#define MAGIC1 0x9183f4d9
|
||||
|
Loading…
x
Reference in New Issue
Block a user