mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-15 22:20:44 +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,
|
||||
ProjectResources,
|
||||
// IDE
|
||||
frmcustomapplicationoptions,
|
||||
LazarusIDEStrConsts, CompilerOptions, CodeToolManager, CodeCache,
|
||||
TransferMacros, EditorOptions, IDEProcs, RunParamsOpts, ProjectDefs,
|
||||
FileReferenceList, EditDefineTree, DefineTemplates, PackageDefs,
|
||||
@ -901,9 +902,6 @@ function dbgs(Flags: TUnitInfoFlags): string; overload;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
frmcustomapplicationoptions;
|
||||
|
||||
const
|
||||
ProjectInfoFileVersion = 6;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user