mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02:00
Clean uses sections.
git-svn-id: trunk@63998 -
This commit is contained in:
parent
f6ffe865a0
commit
3c3d45e467
@ -32,7 +32,10 @@ unit BaseBuildManager;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms,
|
||||
Classes, SysUtils,
|
||||
// LCL
|
||||
Forms,
|
||||
// IDE
|
||||
Project;
|
||||
|
||||
type
|
||||
|
@ -66,13 +66,12 @@ uses
|
||||
// BuildIntf
|
||||
ProjectIntf, PackageIntf, PackageLinkIntf, PackageDependencyIntf,
|
||||
// IDEIntf
|
||||
IDEHelpIntf, IDECommands, IDEDialogs, IDEImagesIntf, LazIDEIntf,
|
||||
IDEHelpIntf, IDECommands, IDEDialogs, IDEImagesIntf, LazIDEIntf, ToolBarIntf,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, MainIntf, IDEProcs, DialogProcs, IDEOptionDefs,
|
||||
LazarusIDEStrConsts, IDEProcs, DialogProcs, IDEOptionDefs,
|
||||
PackageDefs, Project, InputHistory, MainBase, EnvironmentOpts,
|
||||
AddToProjectDlg, AddPkgDependencyDlg, AddFPMakeDependencyDlg, ProjPackChecks,
|
||||
ProjPackEditing, ProjPackFilePropGui, PackageSystem, ToolBarIntf,
|
||||
BuildManager;
|
||||
ProjPackEditing, ProjPackFilePropGui, PackageSystem, BuildManager;
|
||||
|
||||
type
|
||||
TOnAddUnitToProject =
|
||||
|
@ -40,7 +40,7 @@ uses
|
||||
// FCL
|
||||
Classes, SysUtils, contnrs, typinfo, Laz_AVL_Tree,
|
||||
// LCL
|
||||
Forms,
|
||||
Forms, ImgList,
|
||||
// Codetools
|
||||
LazConfigStorage, DefineTemplates, CodeToolManager,
|
||||
CodeCache, CodeToolsCfgScript, CodeToolsStructs,
|
||||
@ -48,13 +48,13 @@ uses
|
||||
FileUtil, LazFileUtils, LazUtilities, LazFileCache, LazUTF8,
|
||||
LazTracer, LazLoggerBase, UITypes, Laz2_XMLCfg, AvgLvlTree,
|
||||
// BuildIntf
|
||||
MacroIntf, MacroDefIntf, IDEOptionsIntf, PackageDependencyIntf, PackageIntf,
|
||||
MacroIntf, MacroDefIntf, IDEOptionsIntf, PackageDependencyIntf, PackageIntf, FppkgIntf,
|
||||
// IDEIntf
|
||||
LazIDEIntf, IDEOptEditorIntf, IDEDialogs, ComponentReg, IDEImagesIntf,
|
||||
// IDE
|
||||
EditDefineTree, CompilerOptions, CompOptsModes, IDEOptionDefs, ProjPackCommon,
|
||||
LazarusIDEStrConsts, IDEProcs, TransferMacros, FileReferenceList,
|
||||
PublishModule, ImgList, FppkgHelper, FppkgIntf;
|
||||
PublishModule, FppkgHelper;
|
||||
|
||||
type
|
||||
TLazPackage = class;
|
||||
|
@ -50,8 +50,8 @@ procedure RegisterLazUtilsComponents;
|
||||
implementation
|
||||
|
||||
procedure RegisterDB;
|
||||
begin
|
||||
RegisterComponents('Data Access',[TDatasource,TBufDataset, TCSVDataset]); // this bites dbflaz
|
||||
begin // this bites dbflaz
|
||||
RegisterComponents('Data Access',[TDatasource, TBufDataset, TCSVDataset]);
|
||||
end;
|
||||
|
||||
procedure RegisterSimpleIPC;
|
||||
|
Loading…
Reference in New Issue
Block a user