1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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.

llvm-svn: 169221
This commit is contained in:
Chandler Carruth 2012-12-04 07:04:57 +00:00
parent 8ade948576
commit 10bce90160

View File

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