Sfoglia il codice sorgente

* Remove uses of exttypes

Michaël Van Canneyt 1 anno fa
parent
commit
c9888f9774
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;