mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -45,7 +45,7 @@
|
|||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gnustep/base/preface.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSCalendarDate.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
|
@ -65,8 +65,8 @@
|
|||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSUserDefaults.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "gnustep/base/GSMime.h"
|
||||
#include "gnustep/base/GSFormat.h"
|
||||
#include "GNUstepBase/GSMime.h"
|
||||
#include "GSFormat.h"
|
||||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
@ -76,7 +76,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "gnustep/base/Unicode.h"
|
||||
#include "GNUstepBase/Unicode.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
|
||||
|
@ -4376,7 +4376,7 @@ handle_printf_atsign (FILE *stream,
|
|||
|
||||
|
||||
#ifdef HAVE_LIBXML
|
||||
#include "Foundation/GSXML.h"
|
||||
#include "GNUstepBase/GSXML.h"
|
||||
static int XML_ELEMENT_NODE;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue