mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue