diff --git a/components/rx/trunk/dbutils.pas b/components/rx/trunk/dbutils.pas index 64bbc4456..2faa24e22 100644 --- a/components/rx/trunk/dbutils.pas +++ b/components/rx/trunk/dbutils.pas @@ -36,7 +36,7 @@ unit dbutils; interface uses - LCLType, LCLProc, LCLIntf, Registry, Classes, SysUtils, DB, IniFiles; + LCLType, LCLIntf, Registry, Classes, SysUtils, DB, IniFiles; const IntegerDataTypes = [ftSmallint, ftInteger, ftWord, ftLargeint]; @@ -164,7 +164,7 @@ procedure _DBError(const Msg: string); implementation uses Forms, Controls, Dialogs, RXDConst, VCLUtils, FileUtil, - AppUtils, RxAppUtils, RxStrUtils, Math, DateUtil; + AppUtils, RxAppUtils, RxStrUtils, Math, DateUtil, LazUTF8; { Utility routines } diff --git a/components/rx/trunk/rxnew.lpk b/components/rx/trunk/rxnew.lpk index 899ec6fef..92fe57bba 100644 --- a/components/rx/trunk/rxnew.lpk +++ b/components/rx/trunk/rxnew.lpk @@ -21,10 +21,10 @@ - +