Remove system_error.h.
[oota-llvm.git] / lib / TableGen / Main.cpp
index 476026dfd7676e598d4d7d2b077acb30e283a30b..c932668fded799cd4c37c4e8e9367fb48e3e9d15 100644 (file)
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Support/system_error.h"
 #include "llvm/TableGen/Error.h"
 #include "llvm/TableGen/Main.h"
 #include "llvm/TableGen/Record.h"
 #include <algorithm>
 #include <cstdio>
+#include <system_error>
 using namespace llvm;
 
 namespace {