* Remove unused units

This commit is contained in:
michael 2019-10-30 08:59:37 +00:00
parent c1081c8573
commit 4464a2d5af
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ unit TestDecorator;
interface
uses
Classes, SysUtils, FPCUnit;
SysUtils, FPCUnit;
type

View File

@ -20,7 +20,7 @@ unit TestRegistry;
interface
uses
Classes, FPCUnit, TestDecorator;
FPCUnit, TestDecorator;
type
TTestDecoratorClass = class of TTestDecorator;