[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / CodeGen / RegAllocPBQP.h
index 3badfe0b240594b95352bed9fc811b24044fdd66..eceb790c547d027e59735903c7c367c051de0601 100644 (file)
@@ -17,9 +17,9 @@
 #define LLVM_CODEGEN_REGALLOCPBQP_H
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/PBQPRAConstraint.h"
 #include "llvm/CodeGen/PBQP/CostAllocator.h"
 #include "llvm/CodeGen/PBQP/ReductionRules.h"
+#include "llvm/CodeGen/PBQPRAConstraint.h"
 #include "llvm/Support/ErrorHandling.h"
 
 namespace llvm {