Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protecte...
authorDavid Meyer <pdox@google.com>
Thu, 20 Oct 2011 21:57:46 +0000 (21:57 +0000)
committerDavid Meyer <pdox@google.com>
Thu, 20 Oct 2011 21:57:46 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142623 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/MemoryBuffer.cpp

index 0771af5fee0748333a6f1f15f567eafeee87c48c..cc3f6a8a48737800501ca1908d018408068bcf86 100644 (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