Browse Source

* Remove unused units

michael 5 years ago
parent
commit
4464a2d5af
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/fpcunit/testdecorator.pas
  2. 1 1
      packages/fpcunit/testregistry.pas

+ 1 - 1
packages/fpcunit/testdecorator.pas

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

+ 1 - 1
packages/fpcunit/testregistry.pas

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