Remove system_error.h.
[oota-llvm.git] / include / llvm / Support / Memory.h
index 0996adb23f94c63e5d2cce99225a79b417621481..acd7a04080016096fd39463b6c2355106c644a9c 100644 (file)
 #define LLVM_SUPPORT_MEMORY_H
 
 #include "llvm/Support/DataTypes.h"
-#include "llvm/Support/system_error.h"
 #include <string>
+#include <system_error>
 
 namespace llvm {
+using std::error_code;
 namespace sys {
 
   /// This class encapsulates the notion of a memory block which has an address