mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
For the avoidance of confusion, remove references to obsolete header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44979bb7f4
commit
4a5cb96bef
23 changed files with 17229 additions and 2930 deletions
|
@ -27,7 +27,6 @@
|
|||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GSFunctions.h"
|
||||
#import "GNUstepBase/NSDebug+GNUstepBase.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
#include <string.h>
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
||||
|
||||
|
|
|
@ -146,7 +146,6 @@ NSThread+GNUstepBase.h \
|
|||
NSURL+GNUstepBase.h \
|
||||
Unicode.h \
|
||||
GNUstep.h \
|
||||
preface.h \
|
||||
Additions.h
|
||||
|
||||
|
||||
|
@ -455,7 +454,6 @@ HEADERS_INSTALL = \
|
|||
|
||||
GENERATED_HFILES = \
|
||||
dynamic-load.h \
|
||||
$(HEADER_DIR_BASE)/preface.h \
|
||||
$(GNUSTEP_TARGET_DIR)/config.h \
|
||||
$(GNUSTEP_TARGET_DIR)/common.h \
|
||||
$(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
@class NSDate;
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
* Headers needed by many URL loading classes
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSData.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#define EXPOSE_NSXMLDocument_IVARS 1
|
||||
#define EXPOSE_NSXMLElement_IVARS 1
|
||||
#define EXPOSE_NSXMLNode_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
/* GNUstepBase/GSConfig.h includes <GNUstepBase/preface.h> so
|
||||
* we import local versions first.
|
||||
*/
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GSConfig.h"
|
||||
|
||||
/* Set localisation macro for use within the base library itsself.
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#import "common.h"
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObject.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#import "common.h"
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "GNUstepBase/GSLock.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
*/
|
||||
#include "common.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue