]> granicus.if.org Git - llvm/commitdiff
Removed FIXME from include ordering comment
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 24 Oct 2016 17:15:05 +0000 (17:15 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 24 Oct 2016 17:15:05 +0000 (17:15 +0000)
Nothing to fix, it's just the way it has to be.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284991 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/WindowsSupport.h

index 563ea728621a199165899a92f659f25b041337a2..c358b99ab96aaa941b14784901ad6b493d10eaa4 100644 (file)
@@ -45,7 +45,7 @@
 #include <string>
 #include <system_error>
 #include <windows.h>
-#include <wincrypt.h> // FIXME: must be included after windows.h
+#include <wincrypt.h> // Must be included after windows.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