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

@ -63,7 +63,6 @@ set(HEADERS
MachineIndependent/Scan.h
MachineIndependent/ScanContext.h
MachineIndependent/SymbolTable.h
MachineIndependent/unistd.h
MachineIndependent/Versions.h
MachineIndependent/preprocessor/PpContext.h
MachineIndependent/preprocessor/PpTokens.h)