Browse Source

* Removed usage the Windows unit from the tregistry2 test.

git-svn-id: trunk@48226 -
yury 4 years ago
parent
commit
fe09efbd0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/packages/fcl-registry/tregistry2.pp

+ 1 - 1
tests/test/packages/fcl-registry/tregistry2.pp

@@ -5,7 +5,7 @@
 }
 }
 
 
 {$ifdef FPC} {$mode delphi}  {$endif}
 {$ifdef FPC} {$mode delphi}  {$endif}
-uses Windows, SysUtils, Classes, registry;
+uses SysUtils, Classes, registry;
 
 
 {$ifdef FPC}
 {$ifdef FPC}
   {$WARN implicit_string_cast_loss off}
   {$WARN implicit_string_cast_loss off}