mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8b1ddb9758
commit
aa266f9ce5
2 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue