]> granicus.if.org Git - llvm/commitdiff
KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 23 Dec 2016 01:39:26 +0000 (01:39 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 23 Dec 2016 01:39:26 +0000 (01:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290402 91177308-0d34-0410-b5e6-96231b3b80d8

utils/KillTheDoctor/KillTheDoctor.cpp

index b3ec134dbe6579b4fbe7945e2102adc8ec78dbee..19c880ae94d30ff656408c13150cdc4bb864eeba 100644 (file)
@@ -52,9 +52,9 @@
 #include <system_error>
 
 // These includes must be last.
-#include <Windows.h>
-#include <WinError.h>
-#include <Dbghelp.h>
+#include <windows.h>
+#include <winerror.h>
+#include <dbghelp.h>
 #include <psapi.h>
 
 using namespace llvm;