Remove system_error.h.
[oota-llvm.git] / include / llvm / ProfileData / InstrProf.h
index b44b92ef62676fbd6869defdfdaa20124d7c6265..a3413d700843e9f662230b8c3d0188d294b7bf65 100644 (file)
 #ifndef LLVM_PROFILEDATA_INSTRPROF_H_
 #define LLVM_PROFILEDATA_INSTRPROF_H_
 
-#include "llvm/Support/system_error.h"
+#include <system_error>
 
 namespace llvm {
-
+using std::error_code;
 const std::error_category &instrprof_category();
 
 enum class instrprof_error {