New version from Albin Jones, plus fixes by McCallum.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-22 15:25:44 +00:00
parent b07609e467
commit 873bc50fa4
34 changed files with 1259 additions and 1292 deletions

View file

@ -46,11 +46,6 @@
#include <objects/RBTreeNode.h>
#include <objects/SplayTree.h>
#include <objects/EltNodeCollector.h>
#include <objects/LinkedListEltNode.h>
#include <objects/BinaryTreeEltNode.h>
#include <objects/RBTreeEltNode.h>
/* Magnitude objects */
#include <objects/Magnitude.h>
#include <objects/Random.h>
@ -75,4 +70,6 @@
#include <objects/Proxy.h>
#include <objects/ConnectedCoder.h>
#include <objects/Invocation.h>
#endif /* __objects_h_OBJECTS_INCLUDE */