Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / Unix / Program.inc
index e5990d06ecc214aa60f96b9d0579ff0314e2261e..bd75046aa9af3086f09b8d775c9fe9dd00ee0dab 100644 (file)
@@ -16,9 +16,9 @@
 //===          is guaranteed to work on *all* UNIX variants.
 //===----------------------------------------------------------------------===//
 
-#include <llvm/Config/config.h>
-#include "llvm/Support/FileSystem.h"
 #include "Unix.h"
+#include "llvm/Support/FileSystem.h"
+#include <llvm/Config/config.h>
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif