Remove #include of objects/elt.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1127 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-12 19:49:33 +00:00
parent b1eb75963d
commit eb74e072ff
3 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@
#include <objects/stdobjects.h>
#include <Foundation/NSArray.h>
#include <objects/elt.h>
@interface NSGArray : NSArray
@end

View file

@ -27,7 +27,6 @@
#include <objects/stdobjects.h>
#include <Foundation/NSDictionary.h>
#include <objects/Dictionary.h>
#include <objects/elt.h>
@interface NSGDictionary : NSDictionary
@end

View file

@ -28,7 +28,6 @@
#include <Foundation/NSSet.h>
#include <objects/Set.h>
#include <objects/Bag.h>
#include <objects/elt.h>
@interface NSGSet : NSSet
@end