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

View File

@ -10,7 +10,7 @@
#include <Region.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <Debug.h>

View File

@ -74,7 +74,7 @@ SOFTWARE.
#include "RegionSupport.h"
#include <malloc.h>
#include <stdlib.h>
#include <new>
using std::nothrow;

View File

@ -26,7 +26,7 @@
// this time. Use at your own risk.
//------------------------------------------------------------------------------
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -10,7 +10,7 @@
#include <Region.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <Debug.h>

View File

@ -74,7 +74,7 @@ SOFTWARE.
#include "RegionSupport.h"
#include <malloc.h>
#include <stdlib.h>
#include <new>
using std::nothrow;

View File

@ -12,7 +12,7 @@
#include <ByteOrder.h>
#include <NodeInfo.h>
#include <malloc.h>
#include <stdlib.h>
class _EXPORT BSimpleMailAttachment;
class _EXPORT BAttributedMailAttachment;

View File

@ -7,8 +7,8 @@
#include <String.h>
#include <Mime.h>
#include <malloc.h>
#include <ctype.h>
#include <stdlib.h>
class _EXPORT BMailComponent;
class _EXPORT BTextMailComponent;

View File

@ -8,9 +8,9 @@
#include <List.h>
#include <Mime.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <malloc.h>
class _EXPORT BMIMEMultipartMailContainer;

View File

@ -20,7 +20,6 @@
#include <Messenger.h>
#include <Path.h>
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -17,7 +17,7 @@
#include <stdio.h>
#include <fs_attr.h>
#include <malloc.h>
#include <stdlib.h>
#include <assert.h>
#include <MDRLanguage.h>

View File

@ -6,9 +6,9 @@
#include <List.h>
#include <string.h>
#include <malloc.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
class _EXPORT BStringList;

View File

@ -32,7 +32,7 @@
#include <BufferGroup.h>
#include <Buffer.h>
#include <TimeSource.h> //for debugging
#include <malloc.h>
#include <stdlib.h>
#include "debug.h"
#include "MediaMisc.h"
#include "DataExchange.h"

View File

@ -29,7 +29,7 @@
#include <MediaAddOn.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include "debug.h"
#include "DataExchange.h"

View File

@ -5,7 +5,7 @@
* A pool of kernel ports
***********************************************************************/
#include <OS.h>
#include <malloc.h>
#include <stdlib.h>
#include "PortPool.h"
#include "debug.h"

View File

@ -6,7 +6,7 @@
#include <SupportDefs.h>
#include <RealtimeAlloc.h>
#include <malloc.h>
#include <stdlib.h>
#include "debug.h"

View File

@ -38,7 +38,6 @@ All rights reserved.
// Consider moving iconFrom logic to BPose
// use a more efficient way of storing file type and preferred app strings
#include <malloc.h>
#include <stdlib.h>
#include <string.h>

View File

@ -61,7 +61,7 @@ All rights reserved.
// ALTERED VERSION: Adapted to ANSI C and C++ for the OpenTracker
// project (www.opentracker.org), Jul 11, 2000.
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

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>