Remove system_error.h.
[oota-llvm.git] / lib / Support / CommandLine.cpp
index 37bbf48303a6d0b0f71552cd2e5f149effbf0b10..b2bb7466c11237754af4633cc374864174d0cbe6 100644 (file)
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
 #include <cerrno>
 #include <cstdlib>
 #include <map>
+#include <system_error>
 using namespace llvm;
 using namespace cl;