mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-24 04:11:19 +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
3840b3f256
commit
3e8b811bfb
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
2010-11-11 Riccardo Mottola
|
2010-11-11 Riccardo Mottola
|
||||||
|
|
||||||
* GSCache.m
|
* 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
|
* GSThreadPool.h
|
||||||
* GSLinkedList.h
|
* GSLinkedList.h
|
||||||
|
|
|
@ -23,9 +23,9 @@
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#import <Foundation/NSDate.h>
|
|
||||||
|
|
||||||
@class GSLinkedList;
|
@class GSLinkedList;
|
||||||
|
@class NSDate;
|
||||||
@class NSLock;
|
@class NSLock;
|
||||||
|
|
||||||
/** This class provides a thread pool for performing methods
|
/** This class provides a thread pool for performing methods
|
||||||
|
|
|
@ -27,8 +27,9 @@
|
||||||
#define INCLUDED_GSThroughput_H
|
#define INCLUDED_GSThroughput_H
|
||||||
|
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
#import <Foundation/NSArray.h>
|
|
||||||
|
|
||||||
|
@class NSArray;
|
||||||
|
@class NSString;
|
||||||
|
|
||||||
extern NSString * const GSThroughputNotification;
|
extern NSString * const GSThroughputNotification;
|
||||||
extern NSString * const GSThroughputCountKey;
|
extern NSString * const GSThroughputCountKey;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#ifndef INCLUDED_GSTicker_H
|
#ifndef INCLUDED_GSTicker_H
|
||||||
#define INCLUDED_GSTicker_H
|
#define INCLUDED_GSTicker_H
|
||||||
|
|
||||||
#import <Foundation/NSDate.h>
|
@class NSDate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the timestamp of the most recent call to GSTickerTimeNow().
|
* Returns the timestamp of the most recent call to GSTickerTimeNow().
|
||||||
|
|
Loading…
Reference in a new issue