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:
parent
f6e4b669b9
commit
6e927a5fc0
@ -10,7 +10,7 @@
|
||||
|
||||
#include <Region.h>
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <Debug.h>
|
||||
|
@ -74,7 +74,7 @@ SOFTWARE.
|
||||
|
||||
#include "RegionSupport.h"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
using std::nothrow;
|
||||
|
@ -26,7 +26,7 @@
|
||||
// this time. Use at your own risk.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <Region.h>
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <Debug.h>
|
||||
|
@ -74,7 +74,7 @@ SOFTWARE.
|
||||
|
||||
#include "RegionSupport.h"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
using std::nothrow;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <ByteOrder.h>
|
||||
#include <NodeInfo.h>
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
class _EXPORT BSimpleMailAttachment;
|
||||
class _EXPORT BAttributedMailAttachment;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <Messenger.h>
|
||||
#include <Path.h>
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fs_attr.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <MDRLanguage.h>
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <MediaAddOn.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include "debug.h"
|
||||
#include "DataExchange.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* A pool of kernel ports
|
||||
***********************************************************************/
|
||||
#include <OS.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include "PortPool.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <SupportDefs.h>
|
||||
#include <RealtimeAlloc.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user