Ver Fonte

* Remove uses of exttypes

Michaël Van Canneyt há 1 ano atrás
pai
commit
c9888f9774
1 ficheiros alterados com 1 adições e 1 exclusões
  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;