From 8b9993c2d6311af18e5b3a4f66a219bd6efc076a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 1 Jul 2009 12:52:13 +0000 Subject: [PATCH] 2009-07-01 14:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt.h - Deleted some unncessary #includes. (done again) --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/hbqt.h | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f0f3ae44bc..62be682c36 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-01 14:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/hbqt.h + - Deleted some unncessary #includes. (done again) + 2009-07-01 12:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/sqlite3/sqlite3.c * external/sqlite3/sqlite3.h diff --git a/harbour/contrib/hbqt/hbqt.h b/harbour/contrib/hbqt/hbqt.h index 14f5b12111..3cc7234895 100644 --- a/harbour/contrib/hbqt/hbqt.h +++ b/harbour/contrib/hbqt/hbqt.h @@ -58,14 +58,8 @@ #include -#include -#include -#include -#include - #if QT_VERSION >= 0x040500 - #define hbqt_par_QTranslator( n ) ( ( QTranslator* ) hb_parptr( n ) ) #define hbqt_par_QWidgetItem( n ) ( ( QWidgetItem* ) hb_parptr( n ) ) #define hbqt_par_QWidgetAction( n ) ( ( QWidgetAction* ) hb_parptr( n ) )