lazutils: sort uses clause

git-svn-id: trunk@41488 -
This commit is contained in:
mattias 2013-06-02 08:32:06 +00:00
parent 4923cf00d8
commit 4e6e36dc04
3 changed files with 3 additions and 3 deletions

View File

@ -1259,7 +1259,7 @@ begin
Temp:='';
end;
If Result<>'' then
Result:=IncludeTrailingPathDelimiter(Result)+name;
Result:=AppendPathDelim(Result)+Name;
If (Result <> '') and FileExistsUTF8(Result) Then
exit;
end;

View File

@ -4,7 +4,7 @@ unit LazLogger;
interface
uses
Classes, SysUtils, FileUtil, types, math, LazLoggerBase, LazClasses;
Classes, SysUtils, types, math, LazLoggerBase, LazClasses, FileUtil;
type

View File

@ -11,7 +11,7 @@ unit LazLoggerBase;
interface
uses
Classes, SysUtils, FileUtil, types, math, LazClasses;
Classes, SysUtils, types, math, LazClasses, FileUtil;
type