Fix windows build error in type-checking.c. (#4078)
authorJohan Lorensson <lateralusx.github@gmail.com>
Fri, 2 Dec 2016 17:23:04 +0000 (18:23 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 2 Dec 2016 17:23:04 +0000 (18:23 +0100)
commit29de090ea696b79a813d9d55bdcb9ec2f10ae667
tree13919d4aff058befb34297d407b88237c3ad6d6c
parentd29f0045fc676a6d31a132868770e0bfa2582e23
Fix windows build error in type-checking.c. (#4078)

Looks like commit f3bbd799f0a6b809be3278f30a3a16fd7b323ef5 that added type-checking.c
to the windows builds broke it since it includes mini.h and ir-emit.h using
<> syntax instead of "". All other include of these files uses "" syntax. Fix
makes sure the includes in type-checking.c uses "" syntax.
mono/mini/type-checking.c