Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Support / Windows / Signals.inc
index 4b40d51e5b53ef40d6db6c42f6a4a71d04ed24bb..2997199f1170e92a758afd89363dd1a77964a407 100644 (file)
@@ -12,8 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/FileSystem.h"
-
-#include "Windows.h"
 #include <algorithm>
 #include <stdio.h>
 #include <vector>
@@ -25,6 +23,9 @@
 #endif
 #include <psapi.h>
 
+// The Windows.h header must be the last one included.
+#include "Windows.h"
+
 #ifdef _MSC_VER
  #pragma comment(lib, "psapi.lib")
  #pragma comment(lib, "dbghelp.lib")