mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
cosmetic tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
031865c190
commit
9edbe1a4fc
50 changed files with 290 additions and 288 deletions
|
@ -68,32 +68,32 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
#include "GNUstepBase/GSIMap.h"
|
||||
|
||||
#define _IN_CONNECTION_M
|
||||
#include "Foundation/NSConnection.h"
|
||||
#import "Foundation/NSConnection.h"
|
||||
#undef _IN_CONNECTION_M
|
||||
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "GNUstepBase/DistributedObjects.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "GNUstepBase/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 "GSInvocation.h"
|
||||
#include "GSPortPrivate.h"
|
||||
#include "GSPrivate.h"
|
||||
#import "Foundation/NSHashTable.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSPort.h"
|
||||
#import "Foundation/NSPortMessage.h"
|
||||
#import "Foundation/NSPortNameServer.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSInvocation.h"
|
||||
#import "GSPortPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
|
||||
static inline NSRunLoop *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue