From 30cd56bc56b4a3cc3fdc207134d4db1e84d0a2a0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Dec 2012 11:34:27 +0000 Subject: [PATCH] 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 --- utils/KillTheDoctor/KillTheDoctor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.34.1