Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / PassSupport.h
index c6ad44f5f4ec90415030b8d310888e3eeae0ecbf..81b3ce153c9104db1dc6eac3ba1470a9e5481026 100644 (file)
@@ -22,8 +22,8 @@
 #define LLVM_PASS_SUPPORT_H
 
 #include "Pass.h"
-#include "llvm/PassRegistry.h"
 #include "llvm/InitializePasses.h"
+#include "llvm/PassRegistry.h"
 #include "llvm/Support/Atomic.h"
 #include "llvm/Support/Valgrind.h"
 #include <vector>