mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 19:00:40 +01:00
removed unneeded implementation uses section
git-svn-id: trunk@17805 -
This commit is contained in:
parent
24e99e928a
commit
a3471e0254
@ -54,6 +54,7 @@ uses
|
|||||||
PropEdits, ProjectIntf, MacroIntf, LazIDEIntf,
|
PropEdits, ProjectIntf, MacroIntf, LazIDEIntf,
|
||||||
ProjectResources,
|
ProjectResources,
|
||||||
// IDE
|
// IDE
|
||||||
|
frmcustomapplicationoptions,
|
||||||
LazarusIDEStrConsts, CompilerOptions, CodeToolManager, CodeCache,
|
LazarusIDEStrConsts, CompilerOptions, CodeToolManager, CodeCache,
|
||||||
TransferMacros, EditorOptions, IDEProcs, RunParamsOpts, ProjectDefs,
|
TransferMacros, EditorOptions, IDEProcs, RunParamsOpts, ProjectDefs,
|
||||||
FileReferenceList, EditDefineTree, DefineTemplates, PackageDefs,
|
FileReferenceList, EditDefineTree, DefineTemplates, PackageDefs,
|
||||||
@ -901,9 +902,6 @@ function dbgs(Flags: TUnitInfoFlags): string; overload;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
|
||||||
frmcustomapplicationoptions;
|
|
||||||
|
|
||||||
const
|
const
|
||||||
ProjectInfoFileVersion = 6;
|
ProjectInfoFileVersion = 6;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user