Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / MachineLoopInfo.h
index d53f041128ac84cdab122b016964913a04a53b59..99da6b27450e8a5e7e18ddd0c7cea5d6c72ac4e9 100644 (file)
@@ -30,8 +30,8 @@
 #ifndef LLVM_CODEGEN_MACHINE_LOOP_INFO_H
 #define LLVM_CODEGEN_MACHINE_LOOP_INFO_H
 
-#include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/CodeGen/MachineFunctionPass.h"
 
 namespace llvm {