Don't include <objc/List.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-22 15:50:13 +00:00
parent ae128cb65c
commit 848543a778
2 changed files with 6 additions and 8 deletions

View file

@ -1,8 +1,8 @@
/* Interface for reference-counted invalidation notifer object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
Created: July 1994
This file is part of the GNU Objective C Class Library.
@ -35,12 +35,11 @@
#include <objects/Lock.h>
#include <objects/InvalidationListening.h>
#include <objects/Retaining.h>
#include <objc/List.h>
@interface RetainingNotifier : NSObject <Retaining>
{
Lock *refGate;
List *notificationList;
id *notificationList;
BOOL isValid;
int retain_count;
}

View file

@ -1,8 +1,8 @@
/* Interface for reference-counted invalidation notifer object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
Created: July 1994
This file is part of the GNU Objective C Class Library.
@ -35,12 +35,11 @@
#include <objects/Lock.h>
#include <objects/InvalidationListening.h>
#include <objects/Retaining.h>
#include <objc/List.h>
@interface RetainingNotifier : NSObject <Retaining>
{
Lock *refGate;
List *notificationList;
id *notificationList;
BOOL isValid;
int retain_count;
}