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://review.tizen.org/git/?a=commitdiff_plain;h=18261164a1aa6fe36b299d714e45fdb8687482fb;p=platform%2Fupstream%2Fllvm.git KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. llvm-svn: 169255 --- diff --git a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp index 0383458..239c792 100644 --- a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp +++ b/llvm/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;