[llvm] r284991 - Removed FIXME from include ordering comment
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 10:15:05 PDT 2016
Author: rksimon
Date: Mon Oct 24 12:15:05 2016
New Revision: 284991
URL: http://llvm.org/viewvc/llvm-project?rev=284991&view=rev
Log:
Removed FIXME from include ordering comment
Nothing to fix, it's just the way it has to be.
Modified:
llvm/trunk/lib/Support/Windows/WindowsSupport.h
Modified: llvm/trunk/lib/Support/Windows/WindowsSupport.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Windows/WindowsSupport.h?rev=284991&r1=284990&r2=284991&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Windows/WindowsSupport.h (original)
+++ llvm/trunk/lib/Support/Windows/WindowsSupport.h Mon Oct 24 12:15:05 2016
@@ -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
More information about the llvm-commits
mailing list