mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More include tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29671 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
073595b9e9
commit
62011a8adf
23 changed files with 100 additions and 80 deletions
|
@ -18,7 +18,10 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#import "common.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSData.h"
|
||||
|
@ -26,10 +29,7 @@
|
|||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#import "GNUstepBase/Additions.h"
|
||||
#endif
|
||||
|
||||
|
||||
/** <p> This tool merges text property lists into a single property list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue