From: NAKAMURA Takumi Date: Tue, 4 Dec 2012 11:34:27 +0000 (+0000) Subject: KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=30cd56bc56b4a3cc3fdc207134d4db1e84d0a2a0;p=oota-llvm.git KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169255 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/KillTheDoctor/KillTheDoctor.cpp b/utils/KillTheDoctor/KillTheDoctor.cpp index 03834586bcf..239c7920053 100644 --- a/utils/KillTheDoctor/KillTheDoctor.cpp +++ b/utils/KillTheDoctor/KillTheDoctor.cpp @@ -47,13 +47,13 @@ #include #include #include -#include #include // This includes must be last. -#include -#include #include +#include +#include +#include using namespace llvm;