Browse Source

- Remove unused sysutils dependency.

git-svn-id: trunk@4965 -
daniel 19 years ago
parent
commit
ce3bfabfe6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      rtl/unix/cthreads.pp

+ 1 - 2
rtl/unix/cthreads.pp

@@ -36,8 +36,7 @@ implementation
 Uses
   BaseUnix,
   unix,
-  unixtype,
-  sysutils
+  unixtype
 {$ifdef dynpthreads}
   ,dl
 {$endif}