diff --git a/src/ce_common.pas b/src/ce_common.pas index 3fb660e8..a7e8907b 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -10,12 +10,12 @@ uses {$IFDEF WINDOWS} Windows, JwaTlHelp32, registry, {$ELSE} - ExtCtrls, FileUtil, LazFileUtils, + ExtCtrls, FileUtil, {$ENDIF} {$IFNDEF CEBUILD} forms, {$ENDIF} - process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils; + LazFileUtils, process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils; const exeExt = {$IFDEF WINDOWS} '.exe' {$ELSE} '' {$ENDIF};