summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/KillTheDoctor/KillTheDoctor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
index 03834586bcf..239c7920053 100644
--- a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
+++ b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
@@ -47,13 +47,13 @@
#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;
OpenPOWER on IntegriCloud