mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fixup includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e61e037a20
commit
1f9c5029d6
1 changed files with 7 additions and 1 deletions
|
@ -24,7 +24,13 @@
|
|||
* See the HTMLLinker.html file for documentation on how to use the tool.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
|
||||
/* For convenience, cached for the whole tool. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue