mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Change syntax of includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d61ae67a5
commit
d228cba99b
119 changed files with 1087 additions and 1023 deletions
|
@ -35,21 +35,21 @@ function may be incorrect
|
|||
* I've put 2 functions to make tests. You can add your own tests
|
||||
* Some functions are not implemented
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSConcreteNumber.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSURLHandle.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include "config.h"
|
||||
#include "Foundation/NSObject.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSFileManager.h"
|
||||
#include "Foundation/NSConcreteNumber.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSURLHandle.h"
|
||||
#include "Foundation/NSURL.h"
|
||||
#include "Foundation/NSRunLoop.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
|
||||
NSString *NSURLFileScheme = @"file";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue