[Ada] sysdep.c: correct include directives ordering
authorCorentin Gay <gay@adacore.com>
Wed, 10 Jul 2019 09:01:48 +0000 (09:01 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 10 Jul 2019 09:01:48 +0000 (09:01 +0000)
commit9ab234e531354d939c2105e8005153d7554f7cdd
tree2473c7b8d5194eb0b197d402815a4b6959edbb4e
parent1c6f14b64b4e4bf1a01efe41c013f690b22bdce2
[Ada] sysdep.c: correct include directives ordering

Some VxWorks headers are relying on types that are defined in
`vxWorks.h` but do not include it themselves, we move the include
directive for `vxWorks.h` at the top of the include directives.

2019-07-10  Corentin Gay  <gay@adacore.com>

gcc/ada/

* sysdep.c: Put include directive for 'vxWorks.h' before any
other VxWorks headers.

From-SVN: r273338
gcc/ada/ChangeLog
gcc/ada/sysdep.c