From dc812afa3719ca6d786bb6ef5590bbf3f4d64f67 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 22 Feb 1996 15:50:13 +0000 Subject: [PATCH] Don't include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@954 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/RetainingNotifier.h | 7 +++---- Source/objects/RetainingNotifier.h | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) 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; }