Add a comment about the requirement that the Windows.h header be last.

This comment has the dual effect of blocking reorderings with the
sort_include script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2012-12-04 07:04:57 +00:00
parent a7645a3c66
commit 8a0ff3a265

View File

@ -15,6 +15,8 @@
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Process.h"
// The Windows.h header must be the last one included.
#include "Windows.h"
namespace {