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

@ -1,5 +1,5 @@
/* 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>
Date: July 1994
@ -22,7 +22,6 @@
*/
#include <gnustep/base/RNGAdditiveCongruential.h>
#include <gnustep/base/objc-malloc.h>
#include <gnustep/base/Coder.h>
#include <limits.h>