Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Support / Windows / Path.inc
index b7926e40806144aecd9c0f4e08de77d864e0cacf..4ef7285801a6357fc99c23a086508e364caee256 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/STLExtras.h"
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/STLExtras.h"
-#include "Windows.h"
 #include <fcntl.h>
 #include <io.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 
 #include <fcntl.h>
 #include <io.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 
+// The Windows.h header must be the last one included.
+#include "Windows.h"
+
 #undef max
 
 // MinGW doesn't define this.
 #undef max
 
 // MinGW doesn't define this.