From 1ad8dff4bf2e95ced950e7e5dd731684df3d98dd Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 3 Dec 2012 22:07:00 +0000 Subject: [PATCH] Revert the header sort on this file. "Windows.h" includes 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. llvm-svn: 169165 --- llvm/lib/Support/Windows/Memory.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Support/Windows/Memory.inc b/llvm/lib/Support/Windows/Memory.inc index 16a72e6..cb80f28 100644 --- a/llvm/lib/Support/Windows/Memory.inc +++ b/llvm/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 { -- 2.7.4