]> granicus.if.org Git - llvm/commitdiff
Fix one place where I missed a commented requirement for a particular
authorChandler Carruth <chandlerc@gmail.com>
Tue, 6 Jun 2017 12:11:24 +0000 (12:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 6 Jun 2017 12:11:24 +0000 (12:11 +0000)
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

lib/Support/Windows/WindowsSupport.h

index 98995e8eda125358513ca8feb83e929dba2dc21f..d4599dca044e9172ce718f0dd1e727ba38ea7b8c 100644 (file)
 #include <cassert>
 #include <string>
 #include <system_error>
-#include <wincrypt.h> // Must be included after windows.h
 #include <windows.h>
 
+// Must be included after windows.h
+#include <wincrypt.h>
+
 /// 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