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:
David Meyer 2011-10-20 21:57:46 +00:00
parent 48da0ed477
commit a93b4bc98c
1 changed files with 0 additions and 1 deletions

View File

@ -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