mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
tidyup private api
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7187fc9c78
commit
37f430d9d9
6 changed files with 16 additions and 4 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2011-10-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/GNUstepBase/GSFileHandle.h: remove
|
||||
* Source/GSFileHandle.h: add
|
||||
* Source/GNUmakefile: Don't install private header
|
||||
* Source/NSFileHandle.m:
|
||||
* Source/GSFileHandle.m:
|
||||
* SSL/GSSSLHandle.m:
|
||||
Update to make GSFileHandle.h: private as it should be.
|
||||
|
||||
2011-10-19 Sebastian Reitenbach
|
||||
|
||||
* configure.ac: fix typo on gnutls detection.
|
||||
|
|
|
@ -60,8 +60,9 @@
|
|||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
|
||||
#import "GNUstepBase/GSFileHandle.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GSNetwork.h"
|
||||
#import "GSFileHandle.h"
|
||||
|
||||
#if defined(__MINGW__)
|
||||
#include <winsock2.h>
|
||||
|
|
|
@ -116,7 +116,6 @@ GNUSTEPBASE_HEADERS = \
|
|||
GSBlocks.h \
|
||||
GSVersionMacros.h \
|
||||
GSObjCRuntime.h \
|
||||
GSFileHandle.h \
|
||||
GSUnion.h \
|
||||
GSIArray.h \
|
||||
GSIMap.h \
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "GNUstepBase/GSFileHandle.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
|
@ -42,6 +41,7 @@
|
|||
#import "GSPrivate.h"
|
||||
#import "GSNetwork.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
#import "GSFileHandle.h"
|
||||
|
||||
#import "../Tools/gdomap.h"
|
||||
|
||||
|
|
|
@ -30,8 +30,10 @@
|
|||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "GNUstepBase/GSFileHandle.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GSNetwork.h"
|
||||
#import "GSFileHandle.h"
|
||||
|
||||
// GNUstep Notification names
|
||||
|
||||
|
|
Loading…
Reference in a new issue