summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-12-03 22:07:00 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-12-03 22:07:00 +0000
commit1ad8dff4bf2e95ced950e7e5dd731684df3d98dd (patch)
tree7f87a187debd5144fb6cd6e1e7d5e66a01d1d6f6 /llvm
parente4348b0412be4d65074ff3583a9de5587ef0c5f8 (diff)
downloadbcm5719-llvm-1ad8dff4bf2e95ced950e7e5dd731684df3d98dd.tar.gz
bcm5719-llvm-1ad8dff4bf2e95ced950e7e5dd731684df3d98dd.zip
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. llvm-svn: 169165
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Support/Windows/Memory.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Memory.inc b/llvm/lib/Support/Windows/Memory.inc
index 16a72e61abc..cb80f2817c0 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 {
OpenPOWER on IntegriCloud