From 4431319965725306378c640febfdb2d8635e1cd3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 1 Feb 2010 00:35:56 +0000 Subject: [PATCH] 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?) --- harbour/ChangeLog | 5 +++++ harbour/src/rtl/cdpapi.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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"