From f53160f4dd84d973f6da79d65c94bb1ac77763b4 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 26 Jun 2013 10:44:30 +0000 Subject: [PATCH] anchordocking: clean up git-svn-id: trunk@41905 - --- components/anchordocking/design/registeranchordocking.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/anchordocking/design/registeranchordocking.pas b/components/anchordocking/design/registeranchordocking.pas index 2514889468..ee46045ccd 100644 --- a/components/anchordocking/design/registeranchordocking.pas +++ b/components/anchordocking/design/registeranchordocking.pas @@ -35,7 +35,7 @@ interface uses Math, Classes, SysUtils, LCLProc, Forms, Controls, FileUtil, LazFileCache, - Dialogs, LazConfigStorage, LazFileUtils, XMLConf, XMLPropStorage, StdCtrls, + Dialogs, LazConfigStorage, LazFileUtils, XMLPropStorage, StdCtrls, LCLIntf, BaseIDEIntf, ProjectIntf, MacroIntf, IDEDialogs, MenuIntf, LazIDEIntf, IDEWindowIntf, IDEOptionsIntf, AnchorDockStr, AnchorDocking, AnchorDockOptionsDlg;