From beef7da42f83b29e0d16b34f3af83d3a665efe3a Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 7 Oct 1998 19:50:57 +0000 Subject: [PATCH] Tidied git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3037 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSString.h | 4 ++-- Source/NSGString.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Headers/gnustep/base/NSString.h b/Headers/gnustep/base/NSString.h index ea17385af..cd2722a28 100644 --- a/Headers/gnustep/base/NSString.h +++ b/Headers/gnustep/base/NSString.h @@ -309,8 +309,8 @@ compiler warning. @end /* Because the compiler thinks that @".." strings are NXConstantString's. */ -#include -#include +#include +#include @interface NXConstantString : NSGCString @end diff --git a/Source/NSGString.m b/Source/NSGString.m index 827443b09..8bd61bcef 100644 --- a/Source/NSGString.m +++ b/Source/NSGString.m @@ -75,7 +75,7 @@ if (_hash == 0) _fastImp._NSGString_hash(self, @selector(hash)); if (other->_hash == 0) - _fastImp._NSGString_hash(self, @selector(hash)); + _fastImp._NSGString_hash(other, @selector(hash)); if (_hash != other->_hash) return NO; return [self isEqualToString: other];