summaryrefslogtreecommitdiff
path: root/utils/KillTheDoctor
diff options
context:
space:
mode:
Diffstat (limited to 'utils/KillTheDoctor')
-rw-r--r--utils/KillTheDoctor/KillTheDoctor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/KillTheDoctor/KillTheDoctor.cpp b/utils/KillTheDoctor/KillTheDoctor.cpp
index 03834586bc..239c792005 100644
--- a/utils/KillTheDoctor/KillTheDoctor.cpp
+++ b/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;