lazutils: fixe compilation

git-svn-id: trunk@48996 -
This commit is contained in:
mattias 2015-05-12 14:24:43 +00:00
parent 7fb90a54f9
commit 2785411ce8
2 changed files with 2 additions and 6 deletions

View File

@ -5,11 +5,7 @@ unit lazCollections;
interface
uses
sysutils,
{$if (defined(ver2))}
lazut f8sysutils,
{$endif}
syncobjs;
sysutils, syncobjs, LazUTF8SysUtils;
type

View File

@ -1,4 +1,4 @@
unit lazutf8sysutils;
unit LazUTF8SysUtils;
{$mode objfpc}{$H+}