From d445694ed6fe2dfc6076eb87c719f07db1be27df Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 14 Jul 2009 13:53:59 +0000 Subject: [PATCH] 2009-07-14 15:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtalleg/gtalleg.c * changed the order of #include files to pacify DJGPP 2.04 warnings --- harbour/ChangeLog | 4 ++++ harbour/contrib/gtalleg/gtalleg.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 55850bab8f..7483fd3151 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-14 15:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/gtalleg/gtalleg.c + * changed the order of #include files to pacify DJGPP 2.04 warnings + 2009-07-14 14:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/dir.cf ! fixed typo in OLD make detection diff --git a/harbour/contrib/gtalleg/gtalleg.c b/harbour/contrib/gtalleg/gtalleg.c index a52bf3e8fe..85a8bf4a0a 100644 --- a/harbour/contrib/gtalleg/gtalleg.c +++ b/harbour/contrib/gtalleg/gtalleg.c @@ -53,8 +53,6 @@ #define HB_GT_NAME ALLEG -#include "ssf.h" - #include "hbgtcore.h" #include "hbinit.h" #include "hbvm.h" @@ -63,6 +61,8 @@ #include "hbapierr.h" #include "hbapifs.h" +#include "ssf.h" + #include "inkey.ch" #include "hbgfxdef.ch"