From 2ecd14b4a8b509dfa061edfcb1b5a599782739a2 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Fri, 1 Aug 2003 03:20:43 +0000 Subject: [PATCH] Committing header updates. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17410 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ GModelDecoder.m | 8 ++++---- GormDocument.h | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8306d70..e74563e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-31 Gregory John Casamento + + * GormDocument.h: Point #include at the new location for + private headers. + * GModelDecoder.h: Ditto. + 2003-07-23 Gregory John Casamento * Version 0.3.0 diff --git a/GModelDecoder.m b/GModelDecoder.m index 90bac9f7..7a8dc854 100644 --- a/GModelDecoder.m +++ b/GModelDecoder.m @@ -22,12 +22,12 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include -#include #include -#include #include +#include +#include +#include +#include #include "GormPrivate.h" #include "GormCustomView.h" diff --git a/GormDocument.h b/GormDocument.h index ecbe2b53..cdd22309 100644 --- a/GormDocument.h +++ b/GormDocument.h @@ -28,7 +28,7 @@ #include #include -#include +#include @class GormClassManager, GormClassEditor;