Include from <Foundation/...>, not <foundation/...>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@391 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-17 21:13:20 +00:00
parent 1ac1dd5308
commit 7699a66d17
63 changed files with 120 additions and 120 deletions

View file

@ -2,7 +2,7 @@
#ifndef _first_server_h
#define _first_server_h
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
@interface FirstServer : NSObject

View file

@ -29,7 +29,7 @@
#define __Collection_h_INCLUDE_GNU
#include <objects/stdobjects.h>
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <objects/Collecting.h>
#include <objects/stdobjects.h>
#include <objects/collhash.h>

View file

@ -21,7 +21,7 @@
#ifndef __NSArchiver_h_OBJECTS_INCLUDE
#define __NSArchiver_h_OBJECTS_INCLUDE
#include <foundation/NSCoder.h>
#include <Foundation/NSCoder.h>
@class NSMutableData, NSData, NSString;

View file

@ -22,8 +22,8 @@
#define __NSArray_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <foundation/NSRange.h>
#include <foundation/NSUtilities.h>
#include <Foundation/NSRange.h>
#include <Foundation/NSUtilities.h>
@class NSString;

View file

@ -21,7 +21,7 @@
#ifndef __NSAutoreleasePool_h_OBJECTS_INCLUDE
#define __NSAutoreleasePool_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
@interface NSAutoreleasePool:NSObject
{

View file

@ -21,7 +21,7 @@
#ifndef __NSBundle_h_OBJECTS_INCLUDE
#define __NSBundle_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
@class NSString;
@class NSArray;

View file

@ -21,9 +21,9 @@
#ifndef __NSCoder_h_OBJECTS_INCLUDE
#define __NSCoder_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <foundation/NSGeometry.h>
#include <foundation/NSZone.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#include <Foundation/NSZone.h>
@class NSMutableData, NSData, NSString;

View file

@ -22,7 +22,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSValue.h>
#include <Foundation/NSValue.h>
@interface NSBoolNumber : NSNumber
{

View file

@ -25,7 +25,7 @@
#ifndef __NSConcreteValue_OBJECT_INCLUDE
#define __NSConcreteValue_OBJECT_INCLUDE
#include <foundation/NSValue.h>
#include <Foundation/NSValue.h>
@interface NSConcreteValue : NSValue
{

View file

@ -21,9 +21,9 @@
#ifndef __NSData_h_OBJECTS_INCLUDE
#define __NSData_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <foundation/NSRange.h>
#include <foundation/NSSerialization.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSRange.h>
#include <Foundation/NSSerialization.h>
@interface NSData : NSObject <NSCopying, NSMutableCopying>

View file

@ -21,7 +21,7 @@
#ifndef __NSDate_h_OBJECTS_INCLUDE
#define __NSDate_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
typedef double NSTimeInterval;

View file

@ -21,7 +21,7 @@
#ifndef __NSException_h_OBJECTS_INCLUDE
#define __NSException_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <setjmp.h>
#include <stdarg.h>

View file

@ -25,7 +25,7 @@
#define __NSGArchiver_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <foundation/NSArchiver.h>
#include <Foundation/NSArchiver.h>
#include <objects/Stream.h>
#include <objects/Dictionary.h>
#include <objects/Stack.h>

View file

@ -25,7 +25,7 @@
#define __NSGArray_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <foundation/NSArray.h>
#include <Foundation/NSArray.h>
#include <objects/elt.h>
@interface NSGArray : NSArray

View file

@ -25,7 +25,7 @@
#define __NSCString_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
/* NSCString and NSMutableCString must have the same initial ivar layout
because of class_add_behavior() in NSMutableCString's +initialize. */

View file

@ -25,7 +25,7 @@
#define __NSGData_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <foundation/NSData.h>
#include <Foundation/NSData.h>
#include <objects/MemoryStream.h>
@interface NSGData : NSData

View file

@ -21,7 +21,7 @@
#ifndef __NSMethodSignature_h_INCLUDE_GNU
#define __NSMethodSignature_h_INCLUDE_GNU
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
@interface NSMethodSignature : NSObject
{

View file

@ -23,7 +23,7 @@
#include <objc/objc.h>
#include <objc/Protocol.h>
#include <foundation/NSZone.h>
#include <Foundation/NSZone.h>
@class NSArchiver;
@class NSCoder;

View file

@ -21,7 +21,7 @@
#ifndef __NSRange_h_OBJECTS_INCLUDE
#define __NSRange_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
typedef struct _NSRange
{

View file

@ -22,7 +22,7 @@
#define __NSString_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <foundation/NSRange.h>
#include <Foundation/NSRange.h>
typedef unsigned short unichar;
@ -269,7 +269,7 @@ compiler warning.
@end
/* Because the compiler thinks that @".." strings are NXConstantString's. */
#include <foundation/NSCString.h>
#include <Foundation/NSCString.h>
@interface NXConstantString : NSCString
@end

View file

@ -24,7 +24,7 @@
#ifndef __NSUtilties_h_OBJECTS_INCLUDE
#define __NSUtilties_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
@interface NSEnumerator : NSObject
- (id) nextObject;

View file

@ -21,8 +21,8 @@
#ifndef __NSValue_h_OBJECTS_INCLUDE
#define __NSValue_h_OBJECTS_INCLUDE
#include <foundation/NSObject.h>
#include <foundation/NSGeometry.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
@class NSString;

View file

@ -1,5 +1,5 @@
/* Some preliminary ideas about what a String class might look like.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -32,7 +32,7 @@
#include <objects/stdobjects.h>
#include <objects/IndexedCollection.h>
#include <objects/ValueHolding.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
#include <stdarg.h>
typedef unsigned short Character;

View file

@ -1,5 +1,5 @@
/* General purpose definitions for the GNU Objective-C Library.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -56,7 +56,7 @@
#include <objc/list.h>
#endif
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <objects/objc-malloc.h>
@class String;

View file

@ -1,5 +1,5 @@
/* General purpose definitions for the GNU Objective-C Library.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -56,7 +56,7 @@
#include <objc/list.h>
#endif
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <objects/objc-malloc.h>
@class String;

View file

@ -33,7 +33,7 @@
#include <objects/Dictionary.h>
#include <objects/Queue.h>
#include <objects/mframe.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
#include <assert.h>
@interface Connection (GettingCoderInterface)

View file

@ -22,9 +22,9 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSArchiver.h>
#include <foundation/NSGArchiver.h>
#include <foundation/NSGData.h>
#include <Foundation/NSArchiver.h>
#include <Foundation/NSGArchiver.h>
#include <Foundation/NSGData.h>
#include <objects/NSCoder.h>
@implementation NSArchiver

View file

@ -22,10 +22,10 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSArray.h>
#include <foundation/NSString.h>
#include <foundation/NSGArray.h>
#include <foundation/NSArrayEnumerator.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSGArray.h>
#include <Foundation/NSArrayEnumerator.h>
#include <limits.h>
@implementation NSArray

View file

@ -20,8 +20,8 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSException.h>
#include <foundation/NSString.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
@implementation NSAssertionHandler

View file

@ -22,7 +22,7 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSAutoreleasePool.h>
#include <Foundation/NSAutoreleasePool.h>
#include <objects/collhash.h>
#include <objects/eltfuncs.h>

View file

@ -28,11 +28,11 @@
#include <sys/stat.h>
#include <objc/objc-api.h>
#include <objects/stdobjects.h>
#include <foundation/objc-load.h>
#include <foundation/NSBundle.h>
#include <foundation/NSException.h>
#include <foundation/NSString.h>
#include <foundation/NSArray.h>
#include <Foundation/objc-load.h>
#include <Foundation/NSBundle.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
/* Deal with strchr: */
#if STDC_HEADERS || HAVE_STRING_H

View file

@ -21,10 +21,10 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSConcreteValue.h>
#include <foundation/NSString.h>
#include <foundation/NSException.h>
#include <foundation/NSCoder.h>
#include <Foundation/NSConcreteValue.h>
#include <Foundation/NSString.h>
#include <Foundation/NSException.h>
#include <Foundation/NSCoder.h>
#include <objects/stdobjects.h>
/* This file should be run through a preprocessor with the macro TYPE_ORDER

View file

@ -23,8 +23,8 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSCoder.h>
#include <foundation/NSGCoder.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSGCoder.h>
#include <objects/NSCoder.h>
@implementation NSCoder

View file

@ -22,10 +22,10 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSConcreteNumber.h>
#include <foundation/NSString.h>
#include <foundation/NSException.h>
#include <foundation/NSCoder.h>
#include <Foundation/NSConcreteNumber.h>
#include <Foundation/NSString.h>
#include <Foundation/NSException.h>
#include <Foundation/NSCoder.h>
/* This file should be run through a preprocessor with the macro TYPE_ORDER
defined to a number from 0 to 12 cooresponding to each number type */

View file

@ -21,11 +21,11 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSConcreteValue.h>
#include <foundation/NSString.h>
#include <foundation/NSException.h>
#include <foundation/NSCoder.h>
#include <foundation/NSZone.h>
#include <Foundation/NSConcreteValue.h>
#include <Foundation/NSString.h>
#include <Foundation/NSException.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSZone.h>
#include <objects/stdobjects.h>
/* This is the real, general purpose value object. I've implemented all the

View file

@ -22,9 +22,9 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSData.h>
#include <foundation/NSString.h>
#include <foundation/NSGData.h>
#include <Foundation/NSData.h>
#include <Foundation/NSString.h>
#include <Foundation/NSGData.h>
/* xxx Pretty messy. Needs work. */

View file

@ -26,7 +26,7 @@
Three methods not implemented, and NSCalendarDate/NSTimeZone don't exist.
*/
#include <foundation/NSDate.h>
#include <Foundation/NSDate.h>
#include <sys/time.h>
#include <time.h>
#include <stdio.h>

View file

@ -21,7 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSDictionary.h>
#include <Foundation/NSDictionary.h>
@implementation NSDictionary

View file

@ -22,7 +22,7 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSUtilities.h>
#include <Foundation/NSUtilities.h>
@implementation NSEnumerator

View file

@ -21,12 +21,12 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <assert.h>
#include <foundation/NSException.h>
#include <foundation/NSString.h>
#include <foundation/NSValue.h>
#include <foundation/NSArray.h>
#include <foundation/NSCoder.h>
#include <foundation/NSDictionary.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSDictionary.h>
NSString *NSInconsistentArchiveException
= @"NSInconsistentArchiveException";

View file

@ -22,8 +22,8 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSGArchiver.h>
#include <foundation/NSGCoder.h>
#include <Foundation/NSGArchiver.h>
#include <Foundation/NSGCoder.h>
#include <objects/behavior.h>
@implementation NSGArchiver

View file

@ -21,7 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSGArray.h>
#include <Foundation/NSGArray.h>
#include <objects/NSArray.h>
#include <objects/behavior.h>
#include <objects/Array.h>

View file

@ -22,7 +22,7 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
#include <objects/NSString.h>
#include <objects/IndexedCollection.h>
#include <objects/IndexedCollectionPrivate.h>

View file

@ -21,7 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSGCoder.h>
#include <Foundation/NSGCoder.h>
#include <objects/NSCoder.h>
#include <objects/behavior.h>
#include <objects/Coder.h>

View file

@ -22,11 +22,11 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSGData.h>
#include <Foundation/NSGData.h>
#include <objects/NSCoder.h>
#include <objects/behavior.h>
#include <objects/MemoryStream.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
/* This from objects/MemoryStream.h */
@interface NSGData (MemoryStream)

View file

@ -22,8 +22,8 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSGUnarchiver.h>
#include <foundation/NSGCoder.h>
#include <Foundation/NSGUnarchiver.h>
#include <Foundation/NSGCoder.h>
#include <objects/behavior.h>
@implementation NSGUnarchiver

View file

@ -23,7 +23,7 @@
#include <math.h>
#include <objects/stdobjects.h>
#include <foundation/NSGeometry.h>
#include <Foundation/NSGeometry.h>
/* Create Basic Structures */
NSPoint

View file

@ -23,10 +23,10 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSException.h>
#include <foundation/NSString.h>
#include <foundation/NSConcreteNumber.h>
#include <foundation/NSCoder.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
#include <Foundation/NSConcreteNumber.h>
#include <Foundation/NSCoder.h>
@implementation NSNumber

View file

@ -23,14 +23,14 @@
#include <objects/stdobjects.h>
#include <stdarg.h>
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <objc/Protocol.h>
#include <objc/objc-api.h>
#include <foundation/NSMethodSignature.h>
// #include <foundation/NSArchiver.h>
// #include <foundation/NSCoder.h>
#include <foundation/NSInvocation.h>
#include <foundation/NSAutoreleasePool.h>
#include <Foundation/NSMethodSignature.h>
// #include <Foundation/NSArchiver.h>
// #include <Foundation/NSCoder.h>
#include <Foundation/NSInvocation.h>
#include <Foundation/NSAutoreleasePool.h>
#include <objects/collhash.h>
#include <objects/eltfuncs.h>
#include <limits.h>

View file

@ -2,7 +2,7 @@
*/
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
NSRange
NSMakeRange(float location, float length)

View file

@ -33,7 +33,7 @@
*/
#include <objects/stdobjects.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
#include <objects/IndexedCollection.h>
#include <objects/IndexedCollectionPrivate.h>
#include <objects/String.h>

View file

@ -21,7 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSUnarchiver.h>
#include <Foundation/NSUnarchiver.h>
@implementation NSUnarchiver

View file

@ -21,8 +21,8 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <foundation/NSConcreteValue.h>
#include <foundation/NSCoder.h>
#include <Foundation/NSConcreteValue.h>
#include <Foundation/NSCoder.h>
@implementation NSValue

View file

@ -74,7 +74,7 @@
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <foundation/NSZone.h>
#include <Foundation/NSZone.h>
#include <objects/objc-malloc.h>
#define DEFAULTLISTSIZE 10

View file

@ -16,7 +16,7 @@
#include <stdlib.h>
#include <objc/objc-api.h>
#include <objc/list.h>
#include <foundation/objc-load.h>
#include <Foundation/objc-load.h>
/* include the interface to the dynamic linker */
#include "dynamic-load.h"

View file

@ -29,7 +29,7 @@
#define __Collection_h_INCLUDE_GNU
#include <objects/stdobjects.h>
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <objects/Collecting.h>
#include <objects/stdobjects.h>
#include <objects/collhash.h>

View file

@ -29,7 +29,7 @@
#include <objects/stdobjects.h>
#include <objects/Coding.h>
#include <foundation/NSGCoder.h>
#include <Foundation/NSGCoder.h>
@interface NSCoder (GNU) <Encoding, Decoding>
@end

View file

@ -1,5 +1,5 @@
/* Some preliminary ideas about what a String class might look like.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -32,7 +32,7 @@
#include <objects/stdobjects.h>
#include <objects/IndexedCollection.h>
#include <objects/ValueHolding.h>
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
#include <stdarg.h>
typedef unsigned short Character;

View file

@ -1,5 +1,5 @@
/* General purpose definitions for the GNU Objective-C Library.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -56,7 +56,7 @@
#include <objc/list.h>
#endif
#include <foundation/NSObject.h>
#include <Foundation/NSObject.h>
#include <objects/objc-malloc.h>
@class String;

View file

@ -1,6 +1,6 @@
#include <foundation/NSArchiver.h>
#include <foundation/NSArray.h>
#include <foundation/NSString.h>
#include <Foundation/NSArchiver.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
int
main ()

View file

@ -1,4 +1,4 @@
#include <foundation/NSArray.h>
#include <Foundation/NSArray.h>
int
main()

View file

@ -1,4 +1,4 @@
#include <foundation/NSString.h>
#include <Foundation/NSString.h>
/* For demo of Strings as Collections of char's. */
#include <objects/NSString.h>

View file

@ -3,10 +3,10 @@
*/
#include <foundation/NSValue.h>
#include <foundation/NSException.h>
#include <foundation/NSString.h>
#include <foundation/NSGeometry.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
#include <Foundation/NSGeometry.h>
int main()