diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-12-03 22:07:00 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2012-12-03 22:07:00 +0000 |
commit | 2b8150318d66f21cd6ac36b2813165af833565a5 (patch) | |
tree | 00219517eec99d129ee09116beed5973c47cde2f /lib/Support/Windows/Memory.inc | |
parent | 49eb628c21b358380b76df82aa3dfe0baab4c6ec (diff) | |
download | external_llvm-2b8150318d66f21cd6ac36b2813165af833565a5.zip external_llvm-2b8150318d66f21cd6ac36b2813165af833565a5.tar.gz external_llvm-2b8150318d66f21cd6ac36b2813165af833565a5.tar.bz2 |
Revert the header sort on this file.
"Windows.h" includes <Windows.h> which defines a bunch of stuff it shouldn't
(even with all the restriction macros). We have no control over this file, so
make it's scope as small as possible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/Memory.inc')
-rw-r--r-- | lib/Support/Windows/Memory.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Memory.inc b/lib/Support/Windows/Memory.inc index 16a72e6..cb80f28 100644 --- a/lib/Support/Windows/Memory.inc +++ b/lib/Support/Windows/Memory.inc @@ -12,10 +12,10 @@ // //===----------------------------------------------------------------------===// -#include "Windows.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Process.h" +#include "Windows.h" namespace { |