mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Don't include objc-malloc.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1729 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b3013ca7a
commit
90c034dee3
6 changed files with 1 additions and 7 deletions
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#include <gnustep/base/preface.h>
|
#include <gnustep/base/preface.h>
|
||||||
#include <gnustep/base/AutoreleasePool.h>
|
#include <gnustep/base/AutoreleasePool.h>
|
||||||
#include <gnustep/base/objc-malloc.h>
|
|
||||||
#include <gnustep/base/ObjectRetaining.h>
|
#include <gnustep/base/ObjectRetaining.h>
|
||||||
|
|
||||||
/* Doesn't handle multi-threaded stuff.
|
/* Doesn't handle multi-threaded stuff.
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#include <gnustep/base/preface.h>
|
#include <gnustep/base/preface.h>
|
||||||
#include <gnustep/base/MemoryStream.h>
|
#include <gnustep/base/MemoryStream.h>
|
||||||
#include <gnustep/base/objc-malloc.h>
|
|
||||||
#include <gnustep/base/Coder.h>
|
#include <gnustep/base/Coder.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#include <gnustep/base/preface.h>
|
#include <gnustep/base/preface.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <gnustep/base/objc-malloc.h>
|
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
#include <Foundation/NSThread.h>
|
#include <Foundation/NSThread.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
|
@ -78,7 +78,6 @@
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
#include <Foundation/NSZone.h>
|
#include <Foundation/NSZone.h>
|
||||||
#include <gnustep/base/objc-malloc.h>
|
|
||||||
|
|
||||||
#define DEFAULTLISTSIZE 10
|
#define DEFAULTLISTSIZE 10
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Implementation additive congruential pseudo-random num generating
|
/* Implementation additive congruential pseudo-random num generating
|
||||||
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
|
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: July 1994
|
Date: July 1994
|
||||||
|
@ -22,7 +22,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gnustep/base/RNGAdditiveCongruential.h>
|
#include <gnustep/base/RNGAdditiveCongruential.h>
|
||||||
#include <gnustep/base/objc-malloc.h>
|
|
||||||
#include <gnustep/base/Coder.h>
|
#include <gnustep/base/Coder.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include <gnustep/base/preface.h>
|
#include <gnustep/base/preface.h>
|
||||||
#include <gnustep/base/objc-malloc.h>
|
|
||||||
#include <gnustep/base/mframe.h>
|
#include <gnustep/base/mframe.h>
|
||||||
#include <gnustep/base/MallocAddress.h>
|
#include <gnustep/base/MallocAddress.h>
|
||||||
#include <Foundation/NSException.h>
|
#include <Foundation/NSException.h>
|
||||||
|
|
Loading…
Reference in a new issue