Browse Source

* Remove uses of exttypes

Michaël Van Canneyt 1 year ago
parent
commit
c9888f9774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

+ 1 - 1
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -41,7 +41,7 @@ uses
   utcmatrix,
   utcpoint,
   utcvector,
-  utcquaternion, tests.rtti.exttypes;
+  utcquaternion;
 
 var
   Application: TTestRunner;