Remove system_error.h.
[oota-llvm.git] / include / llvm / Support / LockFileManager.h
index 523a781b87d609b0fbb50a8dd653bd42a0ba0464..dca28fa878f474232d6b78fdf803e57e2d2e55df 100644 (file)
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringRef.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
 #include <utility> // for std::pair
 
 namespace llvm {
-
+using std::error_code;
 /// \brief Class that manages the creation of a lock file to aid
 /// implicit coordination between different processes.
 ///