mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 21:55:56 +02:00
IDE: Clean up uses section in IDEOptionsDlg.
This commit is contained in:
parent
fb1eca2a70
commit
dbd71d7e98
@ -32,19 +32,20 @@ interface
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
// LCL
|
||||
LCLProc, LCLType, Controls, Forms, ComCtrls, Buttons, ButtonPanel,
|
||||
ExtCtrls, StdCtrls, Dialogs,
|
||||
LCLType, Controls, Forms, ComCtrls, Buttons, ButtonPanel, ExtCtrls, StdCtrls, Dialogs,
|
||||
// LazControls
|
||||
TreeFilterEdit,
|
||||
LazControlDsgn, // move this to lazarus.lpr
|
||||
LazControlDsgn, // needed here to register components in LazControls palette. Why?
|
||||
// LazUtils
|
||||
LazLoggerBase,
|
||||
// IdeIntf
|
||||
IDEWindowIntf, IDEOptionsIntf, IDEOptEditorIntf, IDECommands, IDEHelpIntf,
|
||||
IdeIntfStrConsts, ProjectIntf, IDEImagesIntf,
|
||||
IdeIntfStrConsts, ProjectIntf,
|
||||
// IDE
|
||||
EnvironmentOpts, EditorOptions, BuildModesManager, BuildManager, Compiler_ModeMatrix,
|
||||
Project, LazarusIDEStrConsts,
|
||||
// Packager
|
||||
PackageDefs, PackageSystem;
|
||||
PackageDefs;
|
||||
|
||||
type
|
||||
TIDEOptsDlgAction = (
|
||||
|
Loading…
Reference in New Issue
Block a user