Remove system_error.h.
[oota-llvm.git] / tools / gold / gold-plugin.cpp
index 4726d82d69c15e55d05779fe14a6ee233d9360c0..f6b3435e2fecae3df448a6784228308cd2bf0963 100644 (file)
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Support/system_error.h"
 #include <cerrno>
 #include <cstdlib>
 #include <cstring>
 #include <fstream>
 #include <list>
 #include <plugin-api.h>
+#include <system_error>
 #include <vector>
 
 // Support Windows/MinGW crazyness.