Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / RegisterScavenging.h
index 8752e67a79d84c4cfde80134a69d4d8ae81517f2..6604d4cddaae2e1cc2f37ab326974f9467fb324e 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef LLVM_CODEGEN_REGISTER_SCAVENGING_H
 #define LLVM_CODEGEN_REGISTER_SCAVENGING_H
 
+#include "llvm/ADT/BitVector.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/ADT/BitVector.h"
 
 namespace llvm {