Don't include <objects/eltfuncs.h>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-22 15:12:41 +00:00
parent 8b1ddb9758
commit aa266f9ce5
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/* Implementation of release pools for delayed disposal
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -24,7 +24,6 @@
#include <objects/stdobjects.h>
#include <objects/AutoreleasePool.h>
#include <objects/collhash.h>
#include <objects/eltfuncs.h>
#include <objects/objc-malloc.h>
#include <objects/ObjectRetaining.h>

View file

@ -1,5 +1,5 @@
/* Implementation of release stack for delayed disposal
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -25,7 +25,6 @@
#include <objects/AutoreleaseStack.h>
#include <objects/ObjectRetaining.h>
#include <objects/collhash.h>
#include <objects/eltfuncs.h>
#include <assert.h>
/* The initial size of the released_objects array */