forked from OSchip/llvm-project
Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protected by ifdef either.
llvm-svn: 142623
This commit is contained in:
parent
48da0ed477
commit
a93b4bc98c
|
@ -29,7 +29,6 @@
|
|||
#include <sys/stat.h>
|
||||
#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
#include <unistd.h>
|
||||
#include <sys/uio.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue