diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c607dff67f..87ced28192 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-21 01:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbgd/gdwrp.c + % Deleted #includes not necessary. + 2009-02-21 01:11 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbusage.c ! Fixed to not show -n option as '(default)' on help screen. diff --git a/harbour/contrib/hbgd/gdwrp.c b/harbour/contrib/hbgd/gdwrp.c index c756113d0f..17a1bc1379 100644 --- a/harbour/contrib/hbgd/gdwrp.c +++ b/harbour/contrib/hbgd/gdwrp.c @@ -50,11 +50,8 @@ * */ -#define HB_OS_WIN_USED - #include "hbapi.h" #include "hbapiitm.h" -#include "hbstack.h" #include "hbapierr.h" #include "hbapifs.h" @@ -62,10 +59,6 @@ #include "config.h" #endif -#include -#include -#include - #include "gd.h" #include "gdfontt.h" #include "gdfonts.h"