mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
08f69cf774
commit
0e59d4552d
119 changed files with 1087 additions and 1023 deletions
|
@ -53,8 +53,8 @@
|
|||
* - To the NEXTSTEP/GNUStep community
|
||||
*************************************************************************/
|
||||
|
||||
#include <config.h>
|
||||
#include <base/preface.h>
|
||||
#include "config.h"
|
||||
#include "gnustep/base/preface.h"
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@ -71,18 +71,18 @@
|
|||
#include <sys/fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <GSConfig.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSHost.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include "GSConfig.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSBundle.h"
|
||||
#include "Foundation/NSSet.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSDate.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSProcessInfo.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSHost.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue