Browse Source

* remove strutils from the buildunit mantis #26582

git-svn-id: trunk@28384 -
marco 11 years ago
parent
commit
a03c9fbe8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/nativent/buildrtl.pp

+ 1 - 1
rtl/nativent/buildrtl.pp

@@ -6,7 +6,7 @@ unit buildrtl;
       ndk, ndkutils, ddk,
       ctypes, strings,
       rtlconsts, sysconst, sysutils, math, types,
-      strutils, typinfo, fgl, classes,
+      typinfo, fgl, classes,
 {$ifdef cpui386}
       mmx, cpu,
 {$endif}