Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / Windows / Signals.inc
index 38308f6abd851a3722e76bc27c139b2182c8eb39..a969753217474fd3e5b66851d38434d9739d323d 100644 (file)
@@ -12,9 +12,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "Windows.h"
+#include <algorithm>
 #include <stdio.h>
 #include <vector>
-#include <algorithm>
 
 #ifdef __MINGW32__
  #include <imagehlp.h>