Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / utils / FileCheck / FileCheck.cpp
index 74c708236d61cbcec24b7e5f008a30adb5b80741..190a2ad52d9f7049f2ea1450a830d6c28b741cb2 100644 (file)
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
 #include <algorithm>
 #include <cctype>
 #include <map>
 #include <string>
+#include <system_error>
 #include <vector>
 using namespace llvm;
+using std::error_code;
 
 static cl::opt<std::string>
 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);