Browse Source

Fix compilation of NativeNT after the recent RTL changes

git-svn-id: trunk@26411 -
svenbarth 11 years ago
parent
commit
d87c503881
1 changed files with 2 additions and 5 deletions
  1. 2 5
      rtl/nativent/buildrtl.pp

+ 2 - 5
rtl/nativent/buildrtl.pp

@@ -5,18 +5,15 @@ unit buildrtl;
     uses
       ndk, ndkutils, ddk,
       ctypes, strings,
-      matrix,
       rtlconsts, sysconst, sysutils, math, types,
-      strutils, dateutils, varutils, variants, typinfo, fgl, classes,
-      convutils, stdconvs,
+      strutils, typinfo, fgl, classes,
 {$ifdef cpui386}
       mmx, cpu,
 {$endif}
 {$ifdef cpux86_64}
       cpu,
 {$endif}
-      charset, cpall, ucomplex, getopts,
-      fmtbcd;
+      charset, cpall, getopts;
 
   implementation