mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Change all include objects/*.h to include gnustep/base/*.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1419 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cc570eca1
commit
d4b12b4053
244 changed files with 689 additions and 689 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <Foundation/NSGSet.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <objects/NSString.h>
|
||||
#include <gnustep/base/NSString.h>
|
||||
#include <assert.h>
|
||||
|
||||
@implementation NSCountedSet
|
||||
|
@ -108,7 +108,7 @@ static Class NSCountedSet_concrete_class;
|
|||
while ((o = [e nextObject]))
|
||||
[(NSCountedSet*)c addObject:o];
|
||||
/* Cast to avoid type warning.
|
||||
I'll fix the type in objects/Collecting.h eventually. */
|
||||
I'll fix the type in gnustep/base/Collecting.h eventually. */
|
||||
return o;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue