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

@ -22,10 +22,10 @@
#include <Foundation/Foundation.h>
#include "AGSHtml.h"
#include "gnustep/base/GNUstep.h"
#include "gnustep/base/GSCategories.h"
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
#ifdef NeXT_Foundation_LIBRARY
#include "gnustep/base/GSCompatibility.h"
#include "GNUstepBase/GSCompatibility.h"
#endif
static int XML_ELEMENT_NODE;

View file

@ -22,7 +22,7 @@
*/
#include <gnustep/base/GSXML.h>
#include <GNUstepBase/GSXML.h>
@interface AGSIndex : NSObject
{

View file

@ -22,10 +22,10 @@
#include <Foundation/Foundation.h>
#include "AGSIndex.h"
#include "gnustep/base/GNUstep.h"
#include "gnustep/base/GSCategories.h"
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
#ifdef NeXT_Foundation_LIBRARY
#include "gnustep/base/GSCompatibility.h"
#include "GNUstepBase/GSCompatibility.h"
#endif
static int XML_ELEMENT_NODE;

View file

@ -21,8 +21,8 @@
*/
#include "AGSOutput.h"
#include "gnustep/base/GNUstep.h"
#include "gnustep/base/GSCategories.h"
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
@interface AGSOutput (Private)
- (NSString*) mergeMarkup: (NSString*)markup

View file

@ -21,8 +21,8 @@
*/
#include "AGSParser.h"
#include "gnustep/base/GNUstep.h"
#include "gnustep/base/GSCategories.h"
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
@implementation AGSParser

View file

@ -45,9 +45,12 @@ ADDITIONAL_OBJCFLAGS += -Wall
#ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../Headers/gnustep -I../Headers \
ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions \
-I../Source/$(GNUSTEP_TARGET_DIR)
ifeq ($(FOUNDATION_LIB),gnu)
ADDITIONAL_INCLUDE_DIRS += -I../Headers
endif
# Additional LDFLAGS to pass to the linker
#ADDITIONAL_LDFLAGS +=

View file

@ -509,9 +509,9 @@
#include "AGSOutput.h"
#include "AGSIndex.h"
#include "AGSHtml.h"
#include "gnustep/base/GNUstep.h"
#include "GNUstepBase/GNUstep.h"
#ifdef NeXT_Foundation_LIBRARY
#include "gnustep/base/GSCategories.h"
#include "GNUstepBase/GSCategories.h"
#endif
int

View file

@ -20,7 +20,7 @@
#include "config.h"
#include <string.h>
#include <base/preface.h>
#include <GNUstepBase/preface.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -14,7 +14,7 @@
#include <ctype.h>
#include <locale.h>
#include <Foundation/Foundation.h>
#include <base/GSLocale.h>
#include <GNUstepBase/GSLocale.h>
#define MAXSTRING 100

View file

@ -45,9 +45,14 @@ ADDITIONAL_OBJCFLAGS += -Wall
#ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/gnustep -I../../Headers \
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/Additions \
-I../../Source/$(GNUSTEP_TARGET_DIR)
ifeq ($(FOUNDATION_LIB),gnu)
ADDITIONAL_INCLUDE_DIRS += -I../../Headers
endif
# Additional LDFLAGS to pass to the linker
#ADDITIONAL_LDFLAGS +=

View file

@ -26,7 +26,7 @@
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSObjCRuntime.h>
#include <Foundation/NSProcessInfo.h>
#include <gnustep/base/GSXML.h>
#include <GNUstepBase/GSXML.h>
@interface GSXMLParser (Loader)
+ (NSString*) loadEntity: (NSString*)publicId