mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -28,8 +28,8 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <base/preface.h>
|
||||
#include "config.h"
|
||||
#include "gnustep/base/preface.h"
|
||||
#ifdef HAVE_FLOAT_H
|
||||
#include <float.h>
|
||||
#endif
|
||||
|
@ -45,10 +45,10 @@
|
|||
#define GSI_MAP_EQUAL(M, X,Y) ((X).ptr == (Y).ptr)
|
||||
#define GSI_MAP_NOCLEAN 1
|
||||
|
||||
#include <base/GSIMap.h>
|
||||
#include "gnustep/base/GSIMap.h"
|
||||
|
||||
#define _IN_CONNECTION_M
|
||||
#include <Foundation/NSConnection.h>
|
||||
#include "Foundation/NSConnection.h"
|
||||
#undef _IN_CONNECTION_M
|
||||
|
||||
#include <mframe.h>
|
||||
|
@ -58,27 +58,27 @@
|
|||
#include "callframe.h"
|
||||
#endif
|
||||
|
||||
#include <Foundation/NSPortCoder.h>
|
||||
#include <base/DistributedObjects.h>
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "gnustep/base/DistributedObjects.h"
|
||||
|
||||
#include <Foundation/NSHashTable.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
#include <Foundation/NSPortMessage.h>
|
||||
#include <Foundation/NSPortNameServer.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <base/GSInvocation.h>
|
||||
#include "Foundation/NSHashTable.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSRunLoop.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSDate.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSPort.h"
|
||||
#include "Foundation/NSPortMessage.h"
|
||||
#include "Foundation/NSPortNameServer.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "gnustep/base/GSInvocation.h"
|
||||
|
||||
#define F_LOCK(X) {NSDebugFLLog(@"GSConnection",@"Lock %@",X);[X lock];}
|
||||
#define F_UNLOCK(X) {NSDebugFLLog(@"GSConnection",@"Unlock %@",X);[X unlock];}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue