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 ) )