Kerning.
[oota-llvm.git] / utils / KillTheDoctor / KillTheDoctor.cpp
index 03834586bcf475855812d8fe0fd8b84dba38b23b..feba2e54f6a5fb20f8c7367e07e06eb137a80593 100644 (file)
 #include <cerrno>
 #include <cstdlib>
 #include <map>
-#include <psapi.h>
 #include <string>
 
-// This includes must be last.
-#include <Dbghelp.h>
-#include <WinError.h>
+// These includes must be last.
 #include <Windows.h>
+#include <WinError.h>
+#include <Dbghelp.h>
+#include <psapi.h>
 
 using namespace llvm;