Remove system_error.h.
[oota-llvm.git] / utils / KillTheDoctor / KillTheDoctor.cpp
index 2b66066b43a591f95b00b3626b2d1821db751fbc..619fd3ff1ba87f985e317447aad5ea0113b49f8d 100644 (file)
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Signals.h"
+#include "llvm/Support/WindowsError.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
 #include "llvm/Support/type_traits.h"
-#include "llvm/Support/WindowsError.h"
 #include <algorithm>
 #include <cerrno>
 #include <cstdlib>
 #include <map>
 #include <string>
+#include <system_error>
 
 // These includes must be last.
 #include <Windows.h>