mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 16:50:42 +00:00
Don't include <objects/Coder.h>; this helps prevent circular dependances
in include files. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1e4c912fa
commit
bc2618d1fa
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Interface for Objective-C Collection object
|
/* Interface for Objective-C Collection object
|
||||||
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
|
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: May 1993
|
Date: May 1993
|
||||||
|
@ -34,7 +34,6 @@
|
||||||
#include <objects/stdobjects.h>
|
#include <objects/stdobjects.h>
|
||||||
#include <objects/collhash.h>
|
#include <objects/collhash.h>
|
||||||
#include <objects/Coding.h>
|
#include <objects/Coding.h>
|
||||||
#include <objects/Coder.h>
|
|
||||||
|
|
||||||
@interface Collection : NSObject <Collecting>
|
@interface Collection : NSObject <Collecting>
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Interface for Objective-C Collection object
|
/* Interface for Objective-C Collection object
|
||||||
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
|
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: May 1993
|
Date: May 1993
|
||||||
|
@ -34,7 +34,6 @@
|
||||||
#include <objects/stdobjects.h>
|
#include <objects/stdobjects.h>
|
||||||
#include <objects/collhash.h>
|
#include <objects/collhash.h>
|
||||||
#include <objects/Coding.h>
|
#include <objects/Coding.h>
|
||||||
#include <objects/Coder.h>
|
|
||||||
|
|
||||||
@interface Collection : NSObject <Collecting>
|
@interface Collection : NSObject <Collecting>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue