Applied patch submitted by qmathe.

* GormCore/GormClassManager.m: Remove include for GSCategories.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2010-05-02 05:08:35 +00:00
parent 54a76a9f1c
commit 68e2aca62e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-05-02 01:11-EDT Gregory John Casamento <greg.casamento@gmail.com>
Applied patch submitted by qmathe.
* GormCore/GormClassManager.m: Remove include for GSCategories.h
2010-03-07 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/gorm.texi: Fixed opening file to say 'gopen -a Gorm.app'

View file

@ -30,7 +30,6 @@
#include "GormPalettesManager.h"
#include <InterfaceBuilder/IBEditors.h>
#include <InterfaceBuilder/IBPalette.h>
#include <GNUstepBase/GSCategories.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSException.h>