mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:39:15 +02:00
lazbuild: use interfaces early
git-svn-id: trunk@45295 -
This commit is contained in:
parent
20e6cdc0a9
commit
7140e5297a
@ -28,8 +28,10 @@ uses
|
||||
{$IFDEF unix}
|
||||
cthreads,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, CustApp, LCLProc, Dialogs, Forms, Controls, FileUtil,
|
||||
masks, Interfaces, InterfaceBase, UTF8Process, LConvEncoding,
|
||||
Classes, SysUtils,
|
||||
Interfaces, // this includes the NoGUI widgetset
|
||||
CustApp, LCLProc, Dialogs, Forms, Controls,
|
||||
FileUtil, Masks, InterfaceBase, UTF8Process, LConvEncoding,
|
||||
// codetools
|
||||
CodeCache, CodeToolManager, DefineTemplates, Laz2_XMLCfg, LazUTF8,
|
||||
// IDEIntf
|
||||
|
Loading…
Reference in New Issue
Block a user