From a16afe8843249eca0c94ba98001a9fb1a3a7f070 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 16 Mar 2010 14:13:51 +0000 Subject: [PATCH] ChmHelp: clean-up git-svn-id: trunk@24041 - --- components/chmhelp/packages/help/lhelpcontrol.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chmhelp/packages/help/lhelpcontrol.pas b/components/chmhelp/packages/help/lhelpcontrol.pas index 545d80bafe..4488603bc9 100644 --- a/components/chmhelp/packages/help/lhelpcontrol.pas +++ b/components/chmhelp/packages/help/lhelpcontrol.pas @@ -5,7 +5,7 @@ unit LHelpControl; interface uses - Classes, SysUtils, FileUtil, SimpleIPC, Process, UTF8Process; + Classes, SysUtils, FileUtil, SimpleIPC, UTF8Process; type TRequestType = (rtFile, rtUrl, rtContext);