summaryrefslogtreecommitdiff
path: root/rtl/nativent
diff options
context:
space:
mode:
authorsvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-01-08 16:52:36 +0000
committersvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-01-08 16:52:36 +0000
commitf120ca1e111ef9c9b670cb13200db8869b3fdf38 (patch)
treefa9623469274a76d83aa948bb37e349bce08a1ec /rtl/nativent
parent237760fcdeefa7991cf33d555da78f20b46be443 (diff)
downloadfpc-f120ca1e111ef9c9b670cb13200db8869b3fdf38.tar.gz
Fix compilation of NativeNT after the recent RTL changes
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26411 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/nativent')
-rw-r--r--rtl/nativent/buildrtl.pp7
1 files changed, 2 insertions, 5 deletions
diff --git a/rtl/nativent/buildrtl.pp b/rtl/nativent/buildrtl.pp
index 7b48a95b77..d8f9e191ab 100644
--- a/rtl/nativent/buildrtl.pp
+++ b/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