use import rather than include for macos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@24687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-02-24 11:04:53 +00:00
parent 5998934e88
commit 4cb3f77efb
10 changed files with 57 additions and 55 deletions

View file

@ -26,11 +26,11 @@
#ifndef INCLUDED_GSCache_H
#define INCLUDED_GSCache_H
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSData.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSString.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSData.h>
#import <Foundation/NSDate.h>
#import <Foundation/NSString.h>
@class NSMutableSet;

View file

@ -25,23 +25,23 @@
$Date$ $Revision$
*/
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSData.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSException.h>
#include <Foundation/NSNotification.h>
#include <Foundation/NSHashTable.h>
#include <Foundation/NSMapTable.h>
#include <Foundation/NSLock.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSTimer.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSString.h>
#import <Foundation/NSData.h>
#import <Foundation/NSDate.h>
#import <Foundation/NSException.h>
#import <Foundation/NSNotification.h>
#import <Foundation/NSHashTable.h>
#import <Foundation/NSMapTable.h>
#import <Foundation/NSLock.h>
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSValue.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSSet.h>
#import <Foundation/NSTimer.h>
#include "GSCache.h"
#include "GSTicker.h"
#import "GSCache.h"
#import "GSTicker.h"
@interface GSCacheItem : NSObject
{

View file

@ -21,7 +21,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include <Foundation/NSZone.h>
#import <Foundation/NSZone.h>
#define GSISLMaxNumberOfLevels 16
#define GSISLMaxLevel 15

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include <Foundation/NSArray.h>
#import <Foundation/NSArray.h>
/**
<p>An NSMutableArray category to provide an NSMutableArray instance

View file

@ -21,12 +21,14 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include <Foundation/NSException.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSEnumerator.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSValue.h>
#import <Foundation/NSEnumerator.h>
#import <Foundation/NSString.h>
#include "GSSkipMutableArray.h"
#include "GSIndexedSkipList.h"
#import "GSSkipMutableArray.h"
#import "GSIndexedSkipList.h"
static Class abstractClass = 0;
static Class concreteClass = 0;

View file

@ -26,8 +26,8 @@
#ifndef INCLUDED_GSThroughput_H
#define INCLUDED_GSThroughput_H
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSArray.h>
/**
* <p>The GSThroughput class is used maintain statistics about the number

View file

@ -25,21 +25,21 @@
$Date$ $Revision$
*/
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSData.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSCalendarDate.h>
#include <Foundation/NSException.h>
#include <Foundation/NSNotification.h>
#include <Foundation/NSHashTable.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSTimer.h>
#include <Foundation/NSThread.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSString.h>
#import <Foundation/NSData.h>
#import <Foundation/NSDate.h>
#import <Foundation/NSCalendarDate.h>
#import <Foundation/NSException.h>
#import <Foundation/NSNotification.h>
#import <Foundation/NSHashTable.h>
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSTimer.h>
#import <Foundation/NSThread.h>
#include "GSThroughput.h"
#include "GSTicker.h"
#import "GSThroughput.h"
#import "GSTicker.h"
#define MAXDURATION 24.0*60.0*60.0

View file

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

View file

@ -25,12 +25,12 @@
$Date$ $Revision$
*/
#include <Foundation/NSArray.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSThread.h>
#include <Foundation/NSTimer.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSDate.h>
#import <Foundation/NSThread.h>
#import <Foundation/NSTimer.h>
#include "GSTicker.h"
#import "GSTicker.h"
static Class NSDateClass = 0;
static SEL tiSel = 0;

View file

@ -1,5 +1,5 @@
/*
JIGS include file for the GNUstep Performance Library.
JIGS import file for the GNUstep Performance Library.
Copyright (C) 2005 Free Software Foundation, Inc.
@ -24,8 +24,8 @@
Boston, MA 02111 USA.
*/
#include "GSCache.h"
#include "GSThroughput.h"
#include "GSTicker.h"
#include "GSSkipMutableArray.h"
#import "GSCache.h"
#import "GSThroughput.h"
#import "GSTicker.h"
#import "GSSkipMutableArray.h"