remove unused headers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@32003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-07 15:32:44 +00:00
parent 49ba03b2a9
commit de5b713420
4 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,8 @@
2010-11-11 Riccardo Mottola
* GSCache.m
use always class_getInstanceSize() on GNUSTEP for all runtimes and define a compatibility macro for old macs
use always class_getInstanceSize() on GNUSTEP for all runtimes
and define a compatibility macro for old macs
* GSThreadPool.h
* GSLinkedList.h

View file

@ -23,9 +23,9 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#import <Foundation/NSObject.h>
#import <Foundation/NSDate.h>
@class GSLinkedList;
@class NSDate;
@class NSLock;
/** This class provides a thread pool for performing methods

View file

@ -27,8 +27,9 @@
#define INCLUDED_GSThroughput_H
#import <Foundation/NSObject.h>
#import <Foundation/NSArray.h>
@class NSArray;
@class NSString;
extern NSString * const GSThroughputNotification;
extern NSString * const GSThroughputCountKey;

View file

@ -26,7 +26,7 @@
#ifndef INCLUDED_GSTicker_H
#define INCLUDED_GSTicker_H
#import <Foundation/NSDate.h>
@class NSDate;
/**
* Returns the timestamp of the most recent call to GSTickerTimeNow().