KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.

llvm-svn: 169255
This commit is contained in:
NAKAMURA Takumi 2012-12-04 11:34:27 +00:00
parent d8509cd2b1
commit f5b5d0eac4

View File

@ -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;