mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21435 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b178f7c21
commit
fca5434f63
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Testing/GNUmakefile, Testing/nsfilehandle.m: Minor fixes.
|
||||
|
||||
2005-07-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/objc-load.m: Under mingw print filenames for debug using
|
||||
|
|
|
@ -54,7 +54,6 @@ CHECKABLE_TOOLS = \
|
|||
nshost \
|
||||
nsindexset \
|
||||
nsinvocation \
|
||||
nskvo \
|
||||
nsmaptable \
|
||||
nsmethodsignature \
|
||||
nsnotification \
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSFileHandle.h>
|
||||
#include <Foundation/NSManager.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
|
|
Loading…
Reference in a new issue