Committing header updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-08-01 03:20:43 +00:00
parent a28d99df15
commit 2ecd14b4a8
3 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2003-07-31 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.h: Point #include at the new location for
private headers.
* GModelDecoder.h: Ditto.
2003-07-23 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.3.0

View file

@ -22,12 +22,12 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <AppKit/GMArchiver.h>
#include <AppKit/IMLoading.h>
#include <AppKit/IMCustomObject.h>
#include <AppKit/NSWindow.h>
#include <AppKit/GSDisplayServer.h>
#include <AppKit/NSNibConnector.h>
#include <GNUstepGUI/GMArchiver.h>
#include <GNUstepGUI/IMLoading.h>
#include <GNUstepGUI/IMCustomObject.h>
#include <GNUstepGUI/GSDisplayServer.h>
#include "GormPrivate.h"
#include "GormCustomView.h"

View file

@ -28,7 +28,7 @@
#include <AppKit/AppKit.h>
#include <Foundation/Foundation.h>
#include <AppKit/GSNibTemplates.h>
#include <GNUstepGUI/GSNibTemplates.h>
@class GormClassManager, GormClassEditor;