Fixed a problem with compilation on FreeBSD.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19744 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-07-17 21:50:50 +00:00
parent ad8c3a1261
commit 8e0f12bbeb
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-07-17 17:54 Gregory John Casamento <greg_casamento@yahoo.com>
* GormFilePrefsManager.m: Removed reference to math.h and values.h
in includes. They were there temporarily for something which I
ended up not doing anyway. Causing compilation problem on FreeBSD.
2004-07-15 21:43 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Added a check in applicationDidFinishLaunching:

View file

@ -37,8 +37,6 @@
#include <Foundation/NSFileManager.h>
#include <Foundation/NSArchiver.h>
#include <GNUstepBase/GSObjCRuntime.h>
#include <values.h>
#include <math.h>
NSString *formatVersion(int version)
{