Header reorganizsateion - Please refer to ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17407 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-07-31 23:49:32 +00:00
parent 9cc6c39319
commit ac30183cd6
238 changed files with 694 additions and 544 deletions

View file

@ -57,7 +57,7 @@
#define GSI_MAP_EQUAL(M, X,Y) ((X).uint == (Y).uint)
#define GSI_MAP_NOCLEAN 1
#include "gnustep/base/GSIMap.h"
#include "GNUstepBase/GSIMap.h"
/*
* Setup for inline operation of arrays.
@ -66,7 +66,7 @@
#define GSI_ARRAY_RELEASE(A, X)
#define GSI_ARRAY_TYPES GSUNION_OBJ|GSUNION_SEL|GSUNION_PTR
#include "gnustep/base/GSIArray.h"
#include "GNUstepBase/GSIArray.h"
@ -74,7 +74,7 @@
#include "Foundation/NSPortCoder.h"
#undef _IN_PORT_CODER_M
#include "gnustep/base/DistributedObjects.h"
#include "GNUstepBase/DistributedObjects.h"
typedef unsigned char uchar;