mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fixup includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5a64ac0477
commit
e61e037a20
18 changed files with 166 additions and 78 deletions
|
@ -22,7 +22,11 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "AGSIndex.h"
|
#import "Foundation/NSObject.h"
|
||||||
|
#import "AGSIndex.h"
|
||||||
|
|
||||||
|
@class NSMutableString;
|
||||||
|
@class NSString;
|
||||||
|
|
||||||
@interface AGSHtml : NSObject
|
@interface AGSHtml : NSObject
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,12 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSDictionary.h"
|
||||||
|
#import "Foundation/NSSet.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
|
#import "Foundation/NSUserDefaults.h"
|
||||||
#import "AGSHtml.h"
|
#import "AGSHtml.h"
|
||||||
#import "GNUstepBase/GNUstep.h"
|
#import "GNUstepBase/GNUstep.h"
|
||||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||||
|
|
|
@ -22,7 +22,13 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <GNUstepBase/GSXML.h>
|
#import "Foundation/NSObject.h"
|
||||||
|
#import "GNUstepBase/GSXML.h"
|
||||||
|
|
||||||
|
@class NSDictionary;
|
||||||
|
@class NSMutableArray;
|
||||||
|
@class NSMutableDictionary;
|
||||||
|
@class NSString;
|
||||||
|
|
||||||
@interface AGSIndex : NSObject
|
@interface AGSIndex : NSObject
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,10 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSDictionary.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
#import "AGSIndex.h"
|
#import "AGSIndex.h"
|
||||||
#import "GNUstepBase/GNUstep.h"
|
#import "GNUstepBase/GNUstep.h"
|
||||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||||
|
|
|
@ -22,7 +22,12 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Foundation/Foundation.h>
|
#include "Foundation/NSObject.h"
|
||||||
|
|
||||||
|
@class NSArray;
|
||||||
|
@class NSCharacterSet;
|
||||||
|
@class NSDictionary;
|
||||||
|
@class NSMutableArray;
|
||||||
|
|
||||||
@interface AGSOutput : NSObject
|
@interface AGSOutput : NSObject
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,6 +20,16 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSCharacterSet.h"
|
||||||
|
#import "Foundation/NSData.h"
|
||||||
|
#import "Foundation/NSDictionary.h"
|
||||||
|
#import "Foundation/NSEnumerator.h"
|
||||||
|
#import "Foundation/NSFileManager.h"
|
||||||
|
#import "Foundation/NSPathUtilities.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
|
#import "Foundation/NSUserDefaults.h"
|
||||||
#import "AGSOutput.h"
|
#import "AGSOutput.h"
|
||||||
#import "GNUstepBase/GNUstep.h"
|
#import "GNUstepBase/GNUstep.h"
|
||||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||||
|
|
|
@ -29,7 +29,15 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Foundation/Foundation.h>
|
#include "Foundation/NSObject.h"
|
||||||
|
#include "Foundation/NSString.h"
|
||||||
|
|
||||||
|
@class NSArray;
|
||||||
|
@class NSCharacterSet;
|
||||||
|
@class NSDictionary;
|
||||||
|
@class NSMutableArray;
|
||||||
|
@class NSMutableDictionary;
|
||||||
|
@class NSString;
|
||||||
|
|
||||||
@interface AGSParser : NSObject
|
@interface AGSParser : NSObject
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,6 +18,18 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSCharacterSet.h"
|
||||||
|
#import "Foundation/NSData.h"
|
||||||
|
#import "Foundation/NSDictionary.h"
|
||||||
|
#import "Foundation/NSEnumerator.h"
|
||||||
|
#import "Foundation/NSException.h"
|
||||||
|
#import "Foundation/NSFileManager.h"
|
||||||
|
#import "Foundation/NSSet.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
|
#import "Foundation/NSUserDefaults.h"
|
||||||
|
#import "Foundation/NSValue.h"
|
||||||
#import "AGSParser.h"
|
#import "AGSParser.h"
|
||||||
#import "GNUstepBase/GNUstep.h"
|
#import "GNUstepBase/GNUstep.h"
|
||||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||||
|
|
|
@ -597,7 +597,18 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#import <config.h>
|
||||||
|
|
||||||
|
#import <Foundation/NSArray.h>
|
||||||
|
#import <Foundation/NSAutoreleasePool.h>
|
||||||
|
#import <Foundation/NSDictionary.h>
|
||||||
|
#import <Foundation/NSEnumerator.h>
|
||||||
|
#import <Foundation/NSFileManager.h>
|
||||||
|
#import <Foundation/NSPathUtilities.h>
|
||||||
|
#import <Foundation/NSProcessInfo.h>
|
||||||
|
#import <Foundation/NSSet.h>
|
||||||
|
#import <Foundation/NSString.h>
|
||||||
|
#import <Foundation/NSUserDefaults.h>
|
||||||
|
|
||||||
#import "AGSParser.h"
|
#import "AGSParser.h"
|
||||||
#import "AGSOutput.h"
|
#import "AGSOutput.h"
|
||||||
|
|
20
Tools/gdnc.m
20
Tools/gdnc.m
|
@ -18,8 +18,24 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSBundle.h"
|
||||||
|
#import "Foundation/NSConnection.h"
|
||||||
|
#import "Foundation/NSDistantObject.h"
|
||||||
|
#import "Foundation/NSDistributedNotificationCenter.h"
|
||||||
|
#import "Foundation/NSException.h"
|
||||||
|
#import "Foundation/NSHashTable.h"
|
||||||
|
#import "Foundation/NSHost.h"
|
||||||
|
#import "Foundation/NSNotification.h"
|
||||||
|
#import "Foundation/NSPort.h"
|
||||||
|
#import "Foundation/NSPortNameServer.h"
|
||||||
|
#import "Foundation/NSProcessInfo.h"
|
||||||
|
#import "Foundation/NSRunLoop.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
|
#import "Foundation/NSTask.h"
|
||||||
|
#import "Foundation/NSUserDefaults.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -18,8 +18,13 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSPathUtilities.h"
|
||||||
|
#import "Foundation/NSProcessInfo.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
|
#import "Foundation/NSUserDefaults.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
12
Tools/pl.m
12
Tools/pl.m
|
@ -22,8 +22,16 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#import "Foundation/NSArray.h"
|
||||||
#import <Foundation/Foundation.h>
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
#import "Foundation/NSData.h"
|
||||||
|
#import "Foundation/NSException.h"
|
||||||
|
#import "Foundation/NSFileHandle.h"
|
||||||
|
#import "Foundation/NSFileManager.h"
|
||||||
|
#import "Foundation/NSPathUtilities.h"
|
||||||
|
#import "Foundation/NSProcessInfo.h"
|
||||||
|
#import "Foundation/NSString.h"
|
||||||
|
#import "Foundation/NSUserDefaults.h"
|
||||||
|
|
||||||
void create_output(id propertyList)
|
void create_output(id propertyList)
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,18 +17,16 @@
|
||||||
License along with this program; see the file COPYINGv3.
|
License along with this program; see the file COPYINGv3.
|
||||||
If not, write to the Free Software Foundation,
|
If not, write to the Free Software Foundation,
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
*/
|
#import "Foundation/NSArray.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSData.h"
|
||||||
#include <Foundation/NSArray.h>
|
#import "Foundation/NSDictionary.h"
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#import "Foundation/NSException.h"
|
||||||
#include <Foundation/NSData.h>
|
#import "Foundation/NSFileManager.h"
|
||||||
#include <Foundation/NSDictionary.h>
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#include <Foundation/NSException.h>
|
#import "Foundation/NSString.h"
|
||||||
#include <Foundation/NSFileManager.h>
|
|
||||||
#include <Foundation/NSProcessInfo.h>
|
|
||||||
#include <Foundation/NSString.h>
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char** argv, char **env)
|
main(int argc, char** argv, char **env)
|
||||||
|
|
|
@ -18,17 +18,16 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
#include <Foundation/NSArray.h>
|
#import "Foundation/NSData.h"
|
||||||
#include <Foundation/NSData.h>
|
#import "Foundation/NSException.h"
|
||||||
#include <Foundation/NSException.h>
|
#import "Foundation/NSString.h"
|
||||||
#include <Foundation/NSString.h>
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#include <Foundation/NSProcessInfo.h>
|
#import "Foundation/NSUserDefaults.h"
|
||||||
#include <Foundation/NSUserDefaults.h>
|
#import "Foundation/NSDebug.h"
|
||||||
#include <Foundation/NSDebug.h>
|
#import "Foundation/NSFileHandle.h"
|
||||||
#include <Foundation/NSFileHandle.h>
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
|
||||||
|
|
||||||
|
|
||||||
/** <p>This tool converts a binary serialised property list to a text
|
/** <p>This tool converts a binary serialised property list to a text
|
||||||
|
|
|
@ -18,17 +18,16 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
#include <Foundation/NSArray.h>
|
#import "Foundation/NSData.h"
|
||||||
#include <Foundation/NSData.h>
|
#import "Foundation/NSException.h"
|
||||||
#include <Foundation/NSException.h>
|
#import "Foundation/NSString.h"
|
||||||
#include <Foundation/NSString.h>
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#include <Foundation/NSProcessInfo.h>
|
#import "Foundation/NSUserDefaults.h"
|
||||||
#include <Foundation/NSUserDefaults.h>
|
#import "Foundation/NSDebug.h"
|
||||||
#include <Foundation/NSDebug.h>
|
#import "Foundation/NSFileHandle.h"
|
||||||
#include <Foundation/NSFileHandle.h>
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
|
||||||
|
|
||||||
|
|
||||||
/** <p> This tool extracts a string value from a dictionary in a property
|
/** <p> This tool extracts a string value from a dictionary in a property
|
||||||
|
|
|
@ -18,19 +18,18 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
#include <Foundation/NSArray.h>
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#import "Foundation/NSData.h"
|
||||||
#include <Foundation/NSData.h>
|
#import "Foundation/NSDictionary.h"
|
||||||
#include <Foundation/NSDictionary.h>
|
#import "Foundation/NSException.h"
|
||||||
#include <Foundation/NSException.h>
|
#import "Foundation/NSFileManager.h"
|
||||||
#include <Foundation/NSFileManager.h>
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#include <Foundation/NSProcessInfo.h>
|
#import "Foundation/NSString.h"
|
||||||
#include <Foundation/NSString.h>
|
|
||||||
#ifdef NeXT_Foundation_LIBRARY
|
#ifdef NeXT_Foundation_LIBRARY
|
||||||
#include "GNUstepBase/GSCategories.h"
|
#import "GNUstepBase/GSCategories.h"
|
||||||
#include "GNUstepBase/GSObjCRuntime.h"
|
#import "GNUstepBase/GSObjCRuntime.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,15 +18,16 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
#include <Foundation/NSArray.h>
|
#import "Foundation/NSCharacterSet.h"
|
||||||
#include <Foundation/NSException.h>
|
#import "Foundation/NSData.h"
|
||||||
#include <Foundation/NSString.h>
|
#import "Foundation/NSException.h"
|
||||||
#include <Foundation/NSProcessInfo.h>
|
#import "Foundation/NSString.h"
|
||||||
#include <Foundation/NSUserDefaults.h>
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#include <Foundation/NSDebug.h>
|
#import "Foundation/NSUserDefaults.h"
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#import "Foundation/NSDebug.h"
|
||||||
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If there is any non-ascii characrer in the string,
|
* If there is any non-ascii characrer in the string,
|
||||||
|
|
|
@ -18,17 +18,16 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#import "config.h"
|
||||||
#include <Foundation/Foundation.h>
|
#import "Foundation/NSArray.h"
|
||||||
#include <Foundation/NSArray.h>
|
#import "Foundation/NSData.h"
|
||||||
#include <Foundation/NSData.h>
|
#import "Foundation/NSException.h"
|
||||||
#include <Foundation/NSException.h>
|
#import "Foundation/NSString.h"
|
||||||
#include <Foundation/NSString.h>
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#include <Foundation/NSProcessInfo.h>
|
#import "Foundation/NSUserDefaults.h"
|
||||||
#include <Foundation/NSUserDefaults.h>
|
#import "Foundation/NSDebug.h"
|
||||||
#include <Foundation/NSDebug.h>
|
#import "Foundation/NSFileHandle.h"
|
||||||
#include <Foundation/NSFileHandle.h>
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
|
||||||
|
|
||||||
|
|
||||||
/** <p> This tool converts a text property list to a binary serialised
|
/** <p> This tool converts a text property list to a binary serialised
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue