LCL-QT5: Clean uses sections.

git-svn-id: trunk@63328 -
This commit is contained in:
juha 2020-06-08 10:34:30 +00:00
parent 4e587ce8f0
commit 1df930db48
2 changed files with 7 additions and 5 deletions

View File

@ -22,10 +22,12 @@ interface
{$I qtdefines.inc}
uses
InterfaceBase,
// Bindings
qt5,
GraphType,
LazUTF8;
// LazUtils
GraphType, LazUTF8,
// LCL
InterfaceBase;
const
EVE_IO_READ = 1;

View File

@ -26,9 +26,9 @@ uses
qt5,
qtprivate, qtwidgets, qtproc, QtWsControls,
// RTL
math,
Classes, Types, SysUtils, math,
// LCL
Classes, Types, StdCtrls, Controls, Forms, SysUtils, InterfaceBase, LCLType,
StdCtrls, Controls, Forms, LCLType,
// Widgetset
WSProc, WSStdCtrls, WSLCLClasses;