Explorar el Código

* Remove uses of exttypes

Michaël Van Canneyt hace 1 año
padre
commit
c9888f9774
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;