mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
b1eb75963d
commit
eb74e072ff
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <objects/elt.h>
|
||||
|
||||
@interface NSGArray : NSArray
|
||||
@end
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <objects/stdobjects.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <objects/Dictionary.h>
|
||||
#include <objects/elt.h>
|
||||
|
||||
@interface NSGDictionary : NSDictionary
|
||||
@end
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <Foundation/NSSet.h>
|
||||
#include <objects/Set.h>
|
||||
#include <objects/Bag.h>
|
||||
#include <objects/elt.h>
|
||||
|
||||
@interface NSGSet : NSSet
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue