Remove system_error.h.
[oota-llvm.git] / include / llvm / Support / Process.h
index 7f6441ea206aa774de9334a7265daa96e0cc0c95..3ca3372afd743f9e0b8c8c05981899adfe337ffc 100644 (file)
@@ -31,7 +31,7 @@
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/TimeValue.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
 
 namespace llvm {
 class StringRef;