Remove system_error.h.
[oota-llvm.git] / lib / Support / MemoryBuffer.cpp
index ab554cbfd538a438ef54f15d6df7b1bdd9eb49b4..0164443ad5fdb20f48a4d7adef60f26c6cde6358 100644 (file)
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Process.h"
 #include "llvm/Support/Program.h"
-#include "llvm/Support/system_error.h"
 #include <cassert>
 #include <cerrno>
 #include <cstdio>
 #include <cstring>
 #include <new>
 #include <sys/types.h>
+#include <system_error>
 #if !defined(_MSC_VER) && !defined(__MINGW32__)
 #include <unistd.h>
 #else