mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
011763a248
commit
883fa9fab5
63 changed files with 120 additions and 120 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue