Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
[oota-llvm.git] / 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