Fixed uses directive

This commit is contained in:
Mikhail Grigorev 2014-05-19 17:05:37 +06:00
parent a7a1234cd2
commit 6d82cfad40
4 changed files with 19 additions and 7 deletions

View File

@ -108,7 +108,15 @@ Type
implementation
Uses
{$IFDEF VER6P}System.SysUtils, System.TypInfo, System.RTLConsts,{$ELSE}SysUtils, TypInfo, RTLConsts,{$ENDIF VER6P}
{$IFDEF VER6P}
System.SysUtils,
System.TypInfo,
System.RTLConsts,
{$ELSE}
SysUtils,
TypInfo,
RTLConsts,
{$ENDIF VER6P}
uOCVTypes;
{TImageOperationProperty}

View File

@ -38,13 +38,15 @@ uses
System.Classes,
System.SyncObjs,
System.Types,
System.ZLib,
{$ELSE}
Windows,
Graphics,
SysUtils,
Classes,
SyncObjs,
Types,
{$IFNDEF VER5}Types,{$ENDIF VER5}
ZLib,
{$ENDIF VER6P}
uOCVTypes,
objdetect_c,
@ -592,8 +594,7 @@ Uses
core_c,
imgproc_c,
imgproc.types_c,
cvUtils,
System.ZLib;
cvUtils;
type
TPersistentAccessProtected = class(TPersistent);

View File

@ -35,15 +35,16 @@ Uses
System.SysUtils,
System.Classes,
System.Generics.Collections,
System.Types,
Vcl.Graphics,
{$ELSE}
SysUtils,
Classes,
Generics,
Graphics,
{$IFNDEF VER5}Types,{$ENDIF VER5}
{$ENDIF VER6P}
core.types_c,
System.Types;
core.types_c;
Type
IocvImage = interface

View File

@ -37,15 +37,17 @@ uses
System.SysUtils,
System.Classes,
Vcl.Controls,
Vcl.Graphics,
{$ELSE}
Windows,
Messages,
SysUtils,
Classes,
Controls,
Graphics,
{$ENDIF VER6P}
uOCVTypes,
core.types_c, Vcl.Graphics;
core.types_c;
type