diff --git a/Headers/gnustep/base/RetainingNotifier.h b/Headers/gnustep/base/RetainingNotifier.h index 6f76eb8e6..0a8d2576c 100644 --- a/Headers/gnustep/base/RetainingNotifier.h +++ b/Headers/gnustep/base/RetainingNotifier.h @@ -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 - Date: July 1994 + Created: July 1994 This file is part of the GNU Objective C Class Library. @@ -35,12 +35,11 @@ #include #include #include -#include @interface RetainingNotifier : NSObject { Lock *refGate; - List *notificationList; + id *notificationList; BOOL isValid; int retain_count; } diff --git a/Source/objects/RetainingNotifier.h b/Source/objects/RetainingNotifier.h index 6f76eb8e6..0a8d2576c 100644 --- a/Source/objects/RetainingNotifier.h +++ b/Source/objects/RetainingNotifier.h @@ -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 - Date: July 1994 + Created: July 1994 This file is part of the GNU Objective C Class Library. @@ -35,12 +35,11 @@ #include #include #include -#include @interface RetainingNotifier : NSObject { Lock *refGate; - List *notificationList; + id *notificationList; BOOL isValid; int retain_count; }