Remove obsolete unistd.h file

The presence of this file can cause build issues when integrating glslang
into other projects.
This commit is contained in:
Mark Adams 2015-10-27 14:27:18 -04:00
parent 40f6f688cd
commit ea9112e0a5
6 changed files with 4 additions and 12 deletions

View file

@ -165,9 +165,6 @@
<ClInclude Include="glslang\Include\intermediate.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\unistd.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="glslang\Public\ShaderLang.h">
<Filter>Public</Filter>
</ClInclude>
@ -204,4 +201,4 @@
<Filter>Machine Independent</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>