mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:56:02 +02:00
chmhelp: fixed copilation
git-svn-id: branches/fixes_1_6@53883 -
This commit is contained in:
parent
84c1f1d853
commit
d4b24266b4
@ -27,14 +27,10 @@ unit LazChmHelp;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
// LazUtils
|
||||
FileUtil, LazLogger, LazFileUtils, LazConfigStorage, UTF8Process,
|
||||
// LCL
|
||||
Controls, Forms, Dialogs, LazHelpIntf, HelpIntfs, LCLPlatformDef, InterfaceBase,
|
||||
Classes, SysUtils, FileUtil, LazLogger, LazFileUtils, LazHelpIntf, HelpIntfs,
|
||||
UTF8Process, LazConfigStorage, Controls,
|
||||
// IdeIntf
|
||||
PropEdits, IDEDialogs, MacroIntf, LazIDEIntf, IDEExternToolIntf, HelpFPDoc,
|
||||
IDEHelpIntf,
|
||||
PropEdits, IDEDialogs, LazIDEIntf, IDEExternToolIntf, IDEHelpIntf,
|
||||
// ChmHelp
|
||||
LHelpControl, ChmLangRef, ChmLcl, ChmProg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user