mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
a28d99df15
commit
2ecd14b4a8
3 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/GSNibTemplates.h>
|
||||
#include <GNUstepGUI/GSNibTemplates.h>
|
||||
|
||||
@class GormClassManager, GormClassEditor;
|
||||
|
||||
|
|
Loading…
Reference in a new issue