From 9ff4a73e67f5c61623ff2e9db11046bca1c09d70 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 24 Oct 2016 17:15:05 +0000 Subject: [PATCH] Removed FIXME from include ordering comment 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/Windows/WindowsSupport.h b/lib/Support/Windows/WindowsSupport.h index 563ea728621..c358b99ab96 100644 --- a/lib/Support/Windows/WindowsSupport.h +++ b/lib/Support/Windows/WindowsSupport.h @@ -45,7 +45,7 @@ #include #include #include -#include // FIXME: must be included after windows.h +#include // 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 -- 2.49.0