mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-19 18:11:16 +00:00
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:
parent
49ba03b2a9
commit
de5b713420
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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().
|
||||
|
|
Loading…
Reference in a new issue