diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cb514bc6ae..18888477e1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-02-01 01:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/rtl/cdpapi.c + % Deleted unnecessary hbvm.h header. + (hb_vmCDP() is declared in hbapicdp.h, is this ok?) + 2010-02-01 01:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/Makefile * src/rtl/cdpapi.c diff --git a/harbour/src/rtl/cdpapi.c b/harbour/src/rtl/cdpapi.c index 6312a80c42..d9b3713af0 100644 --- a/harbour/src/rtl/cdpapi.c +++ b/harbour/src/rtl/cdpapi.c @@ -52,7 +52,6 @@ */ #include "hbapi.h" -#include "hbvm.h" #include "hbapierr.h" #include "hbapicdp.h" #include "hbthread.h"