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:
Andrew McCallum 1996-01-23 22:28:18 +00:00
parent c1e4c912fa
commit bc2618d1fa
2 changed files with 2 additions and 4 deletions

View file

@ -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>
{ {

View file

@ -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>
{ {