瀏覽代碼

* Remove unused units

michael 5 年之前
父節點
當前提交
4464a2d5af
共有 2 個文件被更改,包括 2 次插入2 次删除
  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
 
 uses
-  Classes, SysUtils, FPCUnit;
+  SysUtils, FPCUnit;
 
 type
 

+ 1 - 1
packages/fpcunit/testregistry.pas

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