From 3ea271f1585d5a39f77dd3ac4c47bf12fa013913 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 9 Mar 2007 11:59:58 +0000 Subject: [PATCH] 2007-03-09 13:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/hbmain.c * removed #include "hbmemory.ch" * harbour/source/main/harbour.c * added #include "hbmemory.ch" --- harbour/ChangeLog | 6 ++++++ harbour/source/compiler/hbmain.c | 1 - harbour/source/main/harbour.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f44b902117..e4be738aa6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-03-09 13:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/compiler/hbmain.c + * removed #include "hbmemory.ch" + * harbour/source/main/harbour.c + * added #include "hbmemory.ch" + 2007-03-09 04:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/common.mak * harbour/makefile.bc diff --git a/harbour/source/compiler/hbmain.c b/harbour/source/compiler/hbmain.c index 6596654589..c7283c44a2 100644 --- a/harbour/source/compiler/hbmain.c +++ b/harbour/source/compiler/hbmain.c @@ -61,7 +61,6 @@ #include "hbcomp.h" #include "hbhash.h" -#include "hbmemory.ch" #if defined(HB_OS_DOS) && defined(__BORLANDC__) #include diff --git a/harbour/source/main/harbour.c b/harbour/source/main/harbour.c index 524e0bfb16..dfccb9dd4b 100644 --- a/harbour/source/main/harbour.c +++ b/harbour/source/main/harbour.c @@ -51,6 +51,7 @@ */ #include "hbcomp.h" +#include "hbmemory.ch" int main( int argc, char * argv[] ) {