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:
ayers 2003-07-31 23:49:32 +00:00
parent 15430c49b1
commit 73dc4cb9f6
238 changed files with 694 additions and 544 deletions

View file

@ -25,7 +25,7 @@
*/
#include "config.h"
#include "gnustep/base/preface.h"
#include "GNUstepBase/preface.h"
#include <stdarg.h>
#include "Foundation/NSObject.h"
#include <objc/Protocol.h>
@ -44,7 +44,7 @@
#include "Foundation/NSObjCRuntime.h"
#include "Foundation/NSMapTable.h"
#include <limits.h>
#include "gnustep/base/GSLocale.h"
#include "GNUstepBase/GSLocale.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
@ -206,7 +206,7 @@ typedef struct obj_layout *obj;
#define GSI_MAP_VTYPES GSUNION_INT
#define GSI_MAP_NOCLEAN 1
#include "gnustep/base/GSIMap.h"
#include "GNUstepBase/GSIMap.h"
static GSIMapTable_t retain_counts = {0};