From: Chandler Carruth Date: Tue, 6 Jun 2017 12:11:24 +0000 (+0000) Subject: Fix one place where I missed a commented requirement for a particular X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1edfb2c81942c412275f54e2bcb16fef6bc97fd4;p=llvm Fix one place where I missed a commented requirement for a particular include ordering. I've changed the structure so that clang-format will preserve this going forward. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304788 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/WindowsSupport.h b/lib/Support/Windows/WindowsSupport.h index 98995e8eda1..d4599dca044 100644 --- a/lib/Support/Windows/WindowsSupport.h +++ b/lib/Support/Windows/WindowsSupport.h @@ -44,9 +44,11 @@ #include #include #include -#include // Must be included after windows.h #include +// Must be included after windows.h +#include + /// Determines if the program is running on Windows 8 or newer. This /// reimplements one of the helpers in the Windows 8.1 SDK, which are intended /// to supercede raw calls to GetVersionEx. Old SDKs, Cygwin, and MinGW don't