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
08f69cf774
commit
0e59d4552d
119 changed files with 1087 additions and 1023 deletions
|
@ -32,19 +32,19 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSByteOrder.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSByteOrder.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSUtilities.h"
|
||||
#include "Foundation/NSPort.h"
|
||||
#include "Foundation/NSString.h"
|
||||
|
||||
/*
|
||||
* Setup for inline operation of pointer map tables.
|
||||
|
@ -57,7 +57,7 @@
|
|||
#define GSI_MAP_EQUAL(M, X,Y) ((X).uint == (Y).uint)
|
||||
#define GSI_MAP_NOCLEAN 1
|
||||
|
||||
#include <base/GSIMap.h>
|
||||
#include "gnustep/base/GSIMap.h"
|
||||
|
||||
/*
|
||||
* Setup for inline operation of arrays.
|
||||
|
@ -66,15 +66,15 @@
|
|||
#define GSI_ARRAY_RELEASE(A, X)
|
||||
#define GSI_ARRAY_TYPES GSUNION_OBJ|GSUNION_SEL|GSUNION_PTR
|
||||
|
||||
#include <base/GSIArray.h>
|
||||
#include "gnustep/base/GSIArray.h"
|
||||
|
||||
|
||||
|
||||
#define _IN_PORT_CODER_M
|
||||
#include <Foundation/NSPortCoder.h>
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#undef _IN_PORT_CODER_M
|
||||
|
||||
#include <base/DistributedObjects.h>
|
||||
#include "gnustep/base/DistributedObjects.h"
|
||||
|
||||
typedef unsigned char uchar;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue