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