Revert the header sort on this file.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 3 Dec 2012 22:07:00 +0000 (22:07 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 3 Dec 2012 22:07:00 +0000 (22:07 +0000)
"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

llvm/lib/Support/Windows/Memory.inc

index 16a72e6..cb80f28 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "Windows.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Process.h"
+#include "Windows.h"
 
 namespace {