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:
Andrew McCallum 1996-09-07 20:17:46 +00:00
parent 6b3013ca7a
commit 90c034dee3
6 changed files with 1 additions and 7 deletions

View file

@ -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.

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>