removed unneeded implementation uses section

git-svn-id: trunk@17805 -
This commit is contained in:
mattias 2008-12-11 23:02:41 +00:00
parent 24e99e928a
commit a3471e0254

View File

@ -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;