summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-10-24 17:15:05 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-10-24 17:15:05 +0000
commita072e375b555b4dabb347389cc2f6e1c0adab870 (patch)
treedfe662c761f72b4cae733073b02f88431bff647a /llvm/lib/Support/Windows
parent29034362ae872dfc46fd994893d2def8f32d7a18 (diff)
downloadbcm5719-llvm-a072e375b555b4dabb347389cc2f6e1c0adab870.tar.gz
bcm5719-llvm-a072e375b555b4dabb347389cc2f6e1c0adab870.zip
Removed FIXME from include ordering comment
Nothing to fix, it's just the way it has to be. llvm-svn: 284991
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r--llvm/lib/Support/Windows/WindowsSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/WindowsSupport.h b/llvm/lib/Support/Windows/WindowsSupport.h
index 563ea728621..c358b99ab96 100644
--- a/llvm/lib/Support/Windows/WindowsSupport.h
+++ b/llvm/lib/Support/Windows/WindowsSupport.h
@@ -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
OpenPOWER on IntegriCloud