Fix Lazarus compilation with FPC trunk. Related to Issue #33588 and FPC r38786 #54f6a99a13

git-svn-id: trunk@57665 -
This commit is contained in:
hnb 2018-04-18 22:16:16 +00:00
parent ae58fe66c4
commit 9fc40be5d2

View File

@ -440,8 +440,7 @@ type
implementation
uses
ipf_fix,
// {$IF FPC_FullVersion >= 30101}ipf{$ELSE}ipf_fix{$ENDIF},
{$IF FPC_FullVersion >= 30101}ipf{$ELSE}ipf_fix{$ENDIF},
GraphType, GraphUtil, IntfGraphics, Math, StrUtils, SysUtils,
TAChartStrConsts, TAGeometry, TAGraph, TAMath, TASources;