--- ibx/trunk/dclibx.pas 2018/04/16 09:24:55 208 +++ ibx/trunk/dclibx.pas 2018/03/14 12:48:51 209 @@ -1,42 +1,18 @@ -(* - * IBX For Lazarus (Firebird Express) - * - * The contents of this file are subject to the Initial Developer's - * Public License Version 1.0 (the "License"); you may not use this - * file except in compliance with the License. You may obtain a copy - * of the License here: - * - * http://www.firebirdsql.org/index.php?op=doc&id=idpl - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing rights - * and limitations under the License. - * - * The Initial Developer of the Original Code is Tony Whyman. - * - * The Original Code is (C) 2015 Tony Whyman, MWA Software - * (http://www.mwasoftware.co.uk). - * - * All Rights Reserved. - * - * Contributor(s): ______________________________________. - * -*) - { This file was automatically created by Lazarus. Do not edit! This source is only used to compile and install the package. } unit dclibx; +{$warn 5023 off : no warning about unused units} interface uses IBDBReg, IBEventsEditor, IBTransactionEdit, IBDatabaseEdit, ibdeletesqleditor, IBGeneratorEditor, ibinsertsqleditor, ibmodifysqleditor, ibselectsqleditor, ibupdatesqleditor, ibsqleditor, dbFieldLinkPropEditor, - dbFieldListPropEditor, IBDSDialogs, IBSQLEditFrame, LazarusPackageIntf; + dbFieldListPropEditor, IBDSDialogs, IBSQLEditFrame, ibserviceeditor, + LazarusPackageIntf; implementation