KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.
[oota-llvm.git] / utils / KillTheDoctor / KillTheDoctor.cpp
index 03834586bcf475855812d8fe0fd8b84dba38b23b..239c7920053f80b81ed1a1428e880d6e0b1bf0f7 100644 (file)
 #include <cerrno>
 #include <cstdlib>
 #include <map>
-#include <psapi.h>
 #include <string>
 
 // This includes must be last.
-#include <Dbghelp.h>
-#include <WinError.h>
 #include <Windows.h>
+#include <WinError.h>
+#include <Dbghelp.h>
+#include <psapi.h>
 
 using namespace llvm;