From: David Meyer Date: Thu, 20 Oct 2011 21:57:46 +0000 (+0000) Subject: Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protecte... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e1d0b4fc252443299db87264aa4f3a889b7480aa;p=oota-llvm.git Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protected by ifdef either. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/MemoryBuffer.cpp b/lib/Support/MemoryBuffer.cpp index 0771af5fee0..cc3f6a8a487 100644 --- a/lib/Support/MemoryBuffer.cpp +++ b/lib/Support/MemoryBuffer.cpp @@ -29,7 +29,6 @@ #include #if !defined(_MSC_VER) && !defined(__MINGW32__) #include -#include #else #include #endif