--- ibx/branches/journaling/ibnongui.pas 2021/12/07 13:27:39 362 +++ ibx/branches/journaling/ibnongui.pas 2021/12/07 13:30:05 363 @@ -1,17 +1,18 @@ -{ This file was automatically created by Lazarus. Do not edit! - This source is only used to compile and install the package. - } - -unit ibnongui; - -interface - -uses - IBBatchMove, IBBlob, IBCustomDataSet, IBDatabase, IBDatabaseInfo, - IBDataOutput, IBEvents, IBExtract, IBQuery, IBSQL, IBSQLMonitor, - IBSQLParser, IBStoredProc, IBTable, IBUpdate, IBUpdateSQL, IBVersion, - ibxscript, IBXServices, IBMessages, IBInternals, IBIPC; - -implementation - -end. +{ This file was automatically created by Lazarus. Do not edit! + This source is only used to compile and install the package. + } + +unit ibnongui; + +{$warn 5023 off : no warning about unused units} +interface + +uses + IBBatchMove, IBBlob, IBCustomDataSet, IBDatabase, IBDatabaseInfo, + IBDataOutput, IBEvents, IBExtract, IBQuery, IBSQL, IBSQLMonitor, + IBSQLParser, IBStoredProc, IBTable, IBUpdate, IBUpdateSQL, IBVersion, + ibxscript, IBXServices, IBMessages, IBInternals, IBIPC, IBJournal; + +implementation + +end.