Add a comment about the requirement that the Windows.h header be last.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 07:04:57 +0000 (07:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 07:04:57 +0000 (07:04 +0000)
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

lib/Support/Windows/Memory.inc

index cb80f2817c0291a3c5f15473049ca8b04ed0f834..4c5aebd5e71a85b2820de32079669a9713fb9192 100644 (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 {