mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
15430c49b1
commit
73dc4cb9f6
238 changed files with 694 additions and 544 deletions
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gnustep/base/preface.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
|
@ -45,15 +45,15 @@
|
|||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "gnustep/base/GSFormat.h"
|
||||
#include "gnustep/base/GSObjCRuntime.h"
|
||||
#include "GNUstepBase/GSObjCRuntime.h"
|
||||
#include "GSFormat.h"
|
||||
#include <limits.h>
|
||||
|
||||
#include "GSPrivate.h"
|
||||
|
||||
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
||||
|
||||
#include "gnustep/base/Unicode.h"
|
||||
#include "GNUstepBase/Unicode.h"
|
||||
|
||||
#ifdef NeXT_RUNTIME
|
||||
/* Used by the Darwin/NeXT ObjC Runtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue