lazbuild: use interfaces early

git-svn-id: trunk@45295 -
This commit is contained in:
mattias 2014-06-02 07:35:08 +00:00
parent 20e6cdc0a9
commit 7140e5297a

View File

@ -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