diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2957da2805..a0e45bec76 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-14 15:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbfimage/fi_winfu.c + * contrib/hbfimage/fi_wrp.c + % Unnecessary Harbour headers removed. + 2009-03-14 14:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_gnu_xmingwce.sh - Disabled modifying PATH when host OS is Windows. diff --git a/harbour/contrib/hbfimage/fi_winfu.c b/harbour/contrib/hbfimage/fi_winfu.c index e61a6fc169..ab95514757 100644 --- a/harbour/contrib/hbfimage/fi_winfu.c +++ b/harbour/contrib/hbfimage/fi_winfu.c @@ -50,15 +50,10 @@ * */ - #define HB_OS_WIN_USED #include "hbapi.h" -#include "hbapiitm.h" -#include "hbstack.h" #include "hbapierr.h" -#include "hbapifs.h" -#include "hbvm.h" #if defined(HB_OS_WIN) diff --git a/harbour/contrib/hbfimage/fi_wrp.c b/harbour/contrib/hbfimage/fi_wrp.c index 9025c0f52e..2e52978128 100644 --- a/harbour/contrib/hbfimage/fi_wrp.c +++ b/harbour/contrib/hbfimage/fi_wrp.c @@ -54,9 +54,7 @@ #include "hbapi.h" #include "hbapiitm.h" -#include "hbstack.h" #include "hbapierr.h" -#include "hbapifs.h" #include "hbvm.h" #if defined(HB_OS_WIN) && !defined(_WINDOWS_) && ( defined(__GNUC__) || defined(__POCC__) || defined(__XCC__) ) || defined(__WATCOMC__)