Explorar el Código

Deleted not needed unit

Deleted not needed unit
PascalCoin hace 7 años
padre
commit
b20057a529
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/libraries/sphere10/UCommon.pas

+ 1 - 1
src/libraries/sphere10/UCommon.pas

@@ -22,7 +22,7 @@ interface
 uses
   Classes, SysUtils, Generics.Collections, Generics.Defaults,
   {$IFNDEF FPC}System.Types, System.TimeSpan,{$ENDIF} Variants,
-  {$IFDEF FPC}LazUTF8,{$ENDIF} math, typinfo, UMemory;
+  math, typinfo, UMemory;
 
 { CONSTANTS }