* move RTTI header include above ObjPas header include

git-svn-id: trunk@37426 -
This commit is contained in:
svenbarth 2017-10-08 08:44:51 +00:00
parent 43867344cd
commit fe95d73fe5

View File

@ -1595,6 +1595,14 @@ const
{$i setjumph.inc}
{*****************************************************************************
RTTI support
*****************************************************************************}
{$ifdef FPC_HAS_FEATURE_RTTI}
{$i rttih.inc}
{$endif FPC_HAS_FEATURE_RTTI}
{*****************************************************************************
Object Pascal support
*****************************************************************************}
@ -1611,14 +1619,6 @@ const
{$i varianth.inc}
{$endif FPC_HAS_FEATURE_VARIANTS}
{*****************************************************************************
RTTI support
*****************************************************************************}
{$ifdef FPC_HAS_FEATURE_RTTI}
{$i rttih.inc}
{$endif FPC_HAS_FEATURE_RTTI}
{*****************************************************************************
Internal helper routines support
*****************************************************************************}