From d4b24266b48f543c9e18904dd6ba59d55f68a60a Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 3 Jan 2017 17:19:19 +0000 Subject: [PATCH] chmhelp: fixed copilation git-svn-id: branches/fixes_1_6@53883 - --- components/chmhelp/packages/idehelp/lazchmhelp.pas | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/components/chmhelp/packages/idehelp/lazchmhelp.pas b/components/chmhelp/packages/idehelp/lazchmhelp.pas index bad4d41717..f6ac5d947b 100644 --- a/components/chmhelp/packages/idehelp/lazchmhelp.pas +++ b/components/chmhelp/packages/idehelp/lazchmhelp.pas @@ -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;