From: Michael J. Spencer Date: Tue, 9 Nov 2010 15:10:56 +0000 (+0000) Subject: System/Windows: Use normalized case and include method. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6d99092c13cadd87fd123590fd29006d04648a2c;p=oota-llvm.git System/Windows: Use normalized case and include method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118503 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h index 02ca9d380fc..55ab3e7b2b8 100644 --- a/lib/System/Win32/Win32.h +++ b/lib/System/Win32/Win32.h @@ -20,7 +20,7 @@ #define _WIN32_WINNT 0x0500 #include "llvm/Config/config.h" // Get build system configuration settings -#include "windows.h" +#include #include #include